You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ carthage bootstrap --platform iOS --use-xcframeworks
*** Checking out Japx at "4.0.1"
*** Checking out Alamofire at "5.5.0"
*** Checking out RxSwift at "6.5.0"
*** xcodebuild output can be found in /var/folders/wv/3x3z8j4567b5b2z10mnly2jm0000gn/T/carthage-xcodebuild.vCVhBj.log
*** Downloading RxSwift binary at "Atlas"
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
A shell task (/usr/bin/xcrun xcodebuild -project /MY_PROJECT/Carthage/Checkouts/Japx/Examples/SwiftPM/JapxExample/JapxExample.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 74:
objc[77024]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x20515ab90) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1040ec2c8). One of the two will be used. Which one is undefined.
objc[77024]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x20515abe0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1040ec318). One of the two will be used. Which one is undefined.
xcodebuild: error: Unable to read project 'JapxExample.xcodeproj' from folder '/MY_PROJECT/Carthage/Checkouts/Japx/Examples/SwiftPM/JapxExample'.
Reason: Project /MY_PROJECT/Carthage/Checkouts/Japx/Examples/SwiftPM/JapxExample/JapxExample.xcodeproj cannot be opened because it is missing its project.pbxproj file.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Builds to succeed
Actual Behavior
Builds fail
Steps to Reproduce the Problem
Specifications
Cartfile
Output
The text was updated successfully, but these errors were encountered: