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?
Attempting to install via Carthage using Xcode 8 and Swift 3 but getting the following errors.
Tried both
carthage update --platform iOSandcarthage update --platform iOS --no-use-binariesany suggestions?