Japx icon indicating copy to clipboard operation
Japx copied to clipboard

Carthage support does not work

Open Drarok opened this issue 3 years ago • 1 comments

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.

Drarok avatar Mar 16 '22 11:03 Drarok

I am getting the same error. Any workarounds?

RushanB avatar May 18 '22 19:05 RushanB