Questions tagged [xcode14.3]
53 questions
49
votes
4 answers
Xcode 14.3 build error "unable to initiate PIF transfer session (operation in progress?)"
Ran into this build error in Xcode 14.3 that prevents me from building my app.
Build service could not create build operation: unknown error while handling message: MsgHandlingError(message: "unable to initiate PIF transfer session (operation in…

Flantasy Flan
- 1,297
- 1
- 9
- 8
10
votes
4 answers
Xcode 14.3 failed to verify module interface of 'project'
There were a lot of issues when trying to run the app after upgrading Xcode to the latest, 14.3 version.
The one I am facing now is:
failed to verify module interface of 'projectName' due to the errors above; the textual interface may be broken by…

stackich
- 3,607
- 3
- 17
- 41
9
votes
2 answers
Xcode 14.3 black screen my app on Simulator and stuck at Launching App every couple of runs - macos ventura
While developing Native apps from Xcode, the screen of my app goes black and xcode stuck on Launching app and Attaching to iPhone 14 Pro [as in screenshot below]!
When my app's screen goes black, the simulator still works normally. If I kill my app…

MBH
- 16,271
- 19
- 99
- 149
6
votes
2 answers
There is no option to choose storyboard in Xcode 13.2.1
I'm new to Swift and I want to I want to start a project based on the tutorial I'm following, but I cannot find the storyboard option and language option to select either Swift or Objective-C.
Screen from the tutorial:
My screen:

Onalo Joseph
- 167
- 1
- 13
5
votes
0 answers
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. Anyone run into this and have a solution for…

Gary Rudolph
- 1,062
- 9
- 21
5
votes
2 answers
Will not do cross-module incremental builds
Since using Xcode 14.3 I get the following warnings while building a project as usual:
Will not do cross-module incremental builds, priors saved at TimePoint(seconds: 1682802841, nanoseconds: 0)), but the previous build started at TimePoint(seconds:…

Fabian
- 5,040
- 2
- 23
- 35
5
votes
4 answers
xcodebuild ignores testPlan when using test-without-building
Consider this sample project: https://github.com/stremsdoerfer/TestPlan. This is just a Hello World that has two test plans: TestPlanUnit that only runs unit tests and TestPlanUI that only run UI tests.
Running the command below with Xcode 14.3, I'd…

streem
- 9,044
- 5
- 30
- 41
5
votes
2 answers
In M1 Machine Ventura13.3 - Xcode 14.3 build error with UnDefined Symbol on all Pods framework
In M1 Machine Ventura 13.3 - installed Xcode 14.3 and try to build the existing project.
On build getting an error with UnDefined Symbol on all Pods framework.
On the Xcode14.3 release notes I read that in the deprecated section, it does not…

PrasathBabu
- 4,716
- 4
- 19
- 35
4
votes
1 answer
React Native Ios build: DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default
I recently bought an M2 MacBook Pro and it builds on Android but I got this error building react native on iOS. Is there a solution?
Error
2023-04-16 16:11:02.557 xcodebuild[7974:97685] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled…

Abel
- 41
- 1
- 5
3
votes
1 answer
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 usage - _CMTimebaseCreateWithMasterClock
We…

Ghullam Abbas
- 156
- 6
3
votes
1 answer
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 install 16.5 OS version Simulator
Downloading 16.5…

SarP
- 41
- 7
3
votes
0 answers
XCode 14.3 on Monterey 12.5.1
After updating to XCode 14.3 on an older MP 5,1 running 12.5.1 and modifying the Info.plist for XCode using these guidelines:
Update Xcode 10.1 to 10.2 on High Sierra 10.13.6 everything is working fine, including building to a real device running…

kittonian
- 1,020
- 10
- 22
3
votes
3 answers
Archive Failing in Xcode 14.3 update While using CocoaPods
I am trying to make an archive of my project but it fails, giving following error:
sync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "-…

Ali Mehdi
- 255
- 5
- 9
3
votes
0 answers
Unable to run in iOS simulator after upgrading Xcode 14.3 react native
Building for iOS Simulator, but linking in object file built for iOS, file '/ios/Pods/GooglePlaces/Frameworks/GooglePlaces.framework/GooglePlaces' for architecture arm64
I am able to make build (archive) but unable to run in simulator in xcode 14.3…

DotsquareReactNative
- 41
- 2
3
votes
2 answers
Xcode build failed - The workspace contains multiple references with the same GUID
I am trying to build xcode (14.3) project and getting this error. Any idea how to fix it?
error: Build service could not create build operation: unable to load transferred PIF: The workspace contains multiple references with the same GUID…

golu
- 629
- 2
- 7
- 18