Skip to content
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

Carthage support does not work #56

Open
Drarok opened this issue Mar 16, 2022 · 1 comment
Open

Carthage support does not work #56

Drarok opened this issue Mar 16, 2022 · 1 comment

Comments

@Drarok
Copy link

Drarok commented Mar 16, 2022

Expected Behavior

Builds to succeed

Actual Behavior

Builds fail

Steps to Reproduce the Problem

  1. Try to use this project with Carthage
  2. That's it, it dones't work

Specifications

  • Version: latest
  • Platform: any
  • Subsystem: ?

Cartfile

github "infinum/Japx" ~> 4.0

Output

❯ 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.
@RushanB
Copy link

RushanB commented May 18, 2022

I am getting the same error. Any workarounds?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants