-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 14.1 xcodebuild fails to build OCHamrest #92
Comments
No idea. Using Carthage 0.39.0 with Xcode 14.2, I do
The output is:
I've disabled the Carthage Build step in CI for now 😢 |
Note that xcodebuild itself has no such problem. |
Works on my machine:tm: (Xcode 14.3.1) when checking out
(Had to install tvOS and watchOS devices first) |
Great news… thanks for checking, @DivineDominion! GitHub is still running Xcode 14.2 (even if I specify |
Still 14.2 on |
After some time, I discovered that while Xcode 14.3 is available on |
Hello!
I was wondering if anyone else has this issue under Xcode 14.1 and .2. when installing under Carthage
carthage update --platform iOS --use-xcframeworks --use-netrc --cache-builds --no-use-binaries --derived-data ./derivedData
shell task (/usr/bin/xcrun xcodebuild -project /Users/[myProject]/Carthage/Checkouts/OCHamcrest/Source/OCHamcrest.xcodeproj -scheme libochamcrest -configuration Release CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -showBuildSettings -skipUnavailableActions) failed with exit code 6: 2022-12-16 09:07:12.460 xcodebuild[88170:616009] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-21506/DTDeviceKitBase/DTDKRemoteDeviceData.m:382 Details: (null) deviceType from 00008103-000610181EE3401E was NULL when -platform called. Object: <DTDKMobileDeviceToken: 0x115a07b00> Method: -platform Thread: <NSThread: 0x6000029e24c0>{number = 7, name = (null)}
basically it fails to build
libochamcrest
.I'm getting to OCHamcrest as a dependency of OCMockito where I set it to the latest 9.0.1
https://github.com/alexbartisro/OCMockito/tree/fix-xcode13
The text was updated successfully, but these errors were encountered: