-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Swift 3 #7
Comments
my bad - |
carthage build --platform ios The following build commands failed: The following build commands failed: |
so how can i add this to my project because nothing seems to want to work |
It's possible ReactiveJSON doesn't work with the current beta version of Xcode if that version only supports Swift 3.0 (ReactiveJSON currently requires Swift 2.3). I'll rename the issue to describe just that. |
Resolved |
➜ ReactiveJSON-master carthage build
*** xcodebuild output can be found in /var/folders/2b/v6zs40nx0vs6_rs6xsb897000000gp/T/carthage-xcodebuild.KMewGi.log
*** Building scheme "Nimble-iOS" in Nimble.xcodeproj
*** Building scheme "Nimble-OSX" in Nimble.xcodeproj
*** Building scheme "Nimble-tvOS" in Nimble.xcodeproj
*** Building scheme "Quick-OSX" in Quick.xcworkspace
*** Building scheme "Quick-tvOS" in Quick.xcworkspace
*** Building scheme "Quick-iOS" in Quick.xcworkspace
*** Building scheme "Result-Mac" in Result.xcodeproj
*** Building scheme "Result-tvOS" in Result.xcodeproj
*** Building scheme "Result-iOS" in Result.xcodeproj
*** Building scheme "Result-watchOS" in Result.xcodeproj
*** Building scheme "ReactiveCocoa-watchOS" in ReactiveCocoa.xcodeproj
** BUILD FAILED **
The following build commands failed:
CompileSwift normal armv7k
CompileSwiftSources normal armv7k com.apple.xcode.tools.swift.compiler
(2 failures)
A shell task (/usr/bin/xcrun xcodebuild -project /Users/johnpope/Downloads/ReactiveJSON-master/Carthage/Checkouts/ReactiveCocoa/ReactiveCocoa.xcodeproj -scheme ReactiveCocoa-watchOS -configuration Release -sdk watchos 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 armv7k
CompileSwiftSources normal armv7k com.apple.xcode.tools.swift.compiler
(2 failures)
The text was updated successfully, but these errors were encountered: