teepsllc / BuckoNetworking

iOS Protocol-Oriented Networking in Swift
MIT License
18 stars 3 forks source link

Carthage Build Fails for Swift 3.1 #1

Closed derek-teeps closed 7 years ago

derek-teeps commented 7 years ago
A shell task (/usr/bin/xcrun xcodebuild -project /Users/derek-teeps/Desktop/Experiments/Carthage/Checkouts/BuckoNetworking/BuckoNetworking.xcodeproj -scheme BuckoNetworking -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:
** BUILD FAILED **

The following build commands failed:
    CompileSwift normal arm64
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
chayelheinsen commented 7 years ago

Make sure to runcarthage update --platform iOS --no-use-binaries

Edit: Don't run carthage update

derek-teeps commented 7 years ago

updating now

derek-teeps commented 7 years ago

Same issue this is a brand new project too. Single word project name.

A shell task (/usr/bin/xcrun xcodebuild -project /Users/derek-teeps/Desktop/Experiments/Carthage/Checkouts/BuckoNetworking/BuckoNetworking.xcodeproj -scheme BuckoNetworking -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:
** BUILD FAILED **

The following build commands failed:
    CompileSwift normal arm64
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
chayelheinsen commented 7 years ago

This has been resolved. You can check my previous comment. It was edited with the correct details.