44 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
141
views
Add a compiler C preprocessor macro (-D option) in a C++ header file
I want to add a C preprocessor macro to the compilation of any translation unit which includes a header file, using the clang compiler.
In essence I would like to do something similar to suppressing ...
3
votes
1
answer
1k
views
XCode 14.3.1 FirebaseMessaging GTalkExtentions.pbobjc error
I am trying to run a legacy code that is working fine with other people & same system configurations but not on my Mac M1 13.5 and xcode 14.3.1
**- Call to undeclared functions
Declaration must ...
1
vote
0
answers
56
views
How to increase navigator font size in XCode?
I use 32" monitor with my macbook.
I know, Xcode has 'Navigator Size' option (Small-Medium-Large-System).
But these options not enough for me. I need another solution.
I don't want to change the ...
0
votes
1
answer
310
views
Not able to discover devices on local network using "startNetworkSearch"?
I am working with below configurations.
Xcode 14.3 and iOS 16.6.1(Swift language) and Brother SDK 4.6.4.Added SDK and plist keys as documented.
I am able to print the label with the above ...
0
votes
2
answers
4k
views
Xcode 14.3.1 - No such module
I have a project that was working perfectly, but after updating XCode to 14.3, I can't generate the build anymore.
In fact, now it gives the error "No such module Result".
I've already ...
0
votes
2
answers
473
views
Xcode 14.3.1 Command PhaseScriptExecution failed with a nonzero exit code
Getting this error while archive ios app
Command PhaseScriptExecution failed with a nonzero exit code
I tried all solution on internet
How do I resolve "Command PhaseScriptExecution failed with a ...
1
vote
1
answer
203
views
Is there a way in Xcode 14.x to save my editor layout?
I have moved all my "inner" windows of Xcode 14.x so that they are in a particular area and sized so they are most usable to me (see image).
The default settings make the Code Editor far too ...
4
votes
1
answer
450
views
App disappeared from TestFlight due to ITMS-90338: Non-public API usage - _CMTimebaseCreateWithMasterClock
I have encountered an issue with my app when submitting it to TestFlight. After submission, the app disappeared from TestFlight, and I received the following error message:
ITMS-90338: Non-public API ...
1
vote
0
answers
115
views
Cannot Import SQLite for SQLite Swift Wrapper in Library Target
I read the similar question @ Cannot Import SQLite for SQLite Swift Wrapper but it wasn't quite my scenerio.
Xcode 14.3.1
I started a macOS Library project in Xcode. I added the SQLite.xcodeproj file ...
0
votes
1
answer
214
views
Xcode Source Extension in Xcode 14.3.1 problem
I'm having trouble testing my Xcode Source Extension in Xcode 14.3.1. When I run it in the Xcode simulator, the extension doesn't show up in the editor. Is this issue specific to me, or has anyone ...
5
votes
1
answer
3k
views
Install iOS simulator 16.5?
Xcode 14.3.1 only showing OS 16.4 in-built option. To validate some crash we need to run code on Simulator 16.5 version. Xcode 15 beta have option to install OS 17.0 version.
Does any know how to ...
0
votes
1
answer
266
views
Xcode Archive fails
If your app runs successfully on both a device and an emulator, but fails during the archiving process.
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks
Command PhaseScriptExecution failed with a ...
1
vote
0
answers
115
views
Xcode Test Target Won't Autocomplete Code Under Test
In Xcode (14.3.1, and earlier) we have a Unit Test Target that tests an iOS application codebase. The code in the test target will compile and successfully execute & pass the unit tests. However, ...
9
votes
1
answer
206
views
Xcode Errors Duplicated on Every Target in Issue Navigator
In Xcode 14.3.1 (and earlier), I have multiple Targets (Debug, Development, Beta and Production). When I'm building for a single target I'll see the error in the Issues Navigator for every target. ...
2
votes
2
answers
1k
views
Xcode Cloud Build - Unable to load contents of file
I can't get Xcode Cloud past these "Unable to load contents of file list: '/Target Support Files/Pods-MyApp/Pods-MyApp-frameworks-Release-output-files.xcfilelist'" errors. I've tried:
pod ...