We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to install via Carthage using Xcode 8 and Swift 3 but getting the following errors.
*** Fetching simple-touch *** Checking out simple-touch at "1.0.0" *** xcodebuild output can be found in /var/folders/1v/zv6mks3n3ynbx2hn9hgmy7840000gn/T/carthage-xcodebuild.GT9KOD.log *** Building scheme "SimpleTouch" in SimpleTouch.xcodeproj ** CLEAN FAILED ** The following build commands failed: Check dependencies (1 failure) ** BUILD FAILED ** The following build commands failed: Check dependencies (1 failure) A shell task (/usr/bin/xcrun xcodebuild -project /Users/geoherna/Desktop/Swift/Vibrate/Carthage/Checkouts/simple-touch/SimpleTouch.xcodeproj -scheme SimpleTouch -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65: ** CLEAN FAILED ** The following build commands failed: Check dependencies (1 failure) ** BUILD FAILED ** The following build commands failed: Check dependencies (1 failure)
Tried both carthage update --platform iOS and carthage update --platform iOS --no-use-binaries any suggestions?
carthage update --platform iOS
carthage update --platform iOS --no-use-binaries
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to install via Carthage using Xcode 8 and Swift 3 but getting the following errors.
Tried both
carthage update --platform iOS
andcarthage update --platform iOS --no-use-binaries
any suggestions?The text was updated successfully, but these errors were encountered: