IFTTT / RazzleDazzle

A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
http://ifttt.github.io
MIT License
3.36k stars 293 forks source link

xcode 7.3 support for Carthage #22

Closed howie-misfit closed 8 years ago

howie-misfit commented 8 years ago

Can you help to pre-build binaries for Xcode 7.3 and Swift 2.2?

When i use

carthage update RazzleDazzle --no-use-binaries

i always get this error:

The following build commands failed: CompileSwift normal x86_64 /Users/howie/Git_Repos/Work/Home_iOS/Leo/Carthage/Checkouts/RazzleDazzle/Example/Carthage/Checkouts/Quick/Externals/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (2 failures)

Mortenest commented 8 years ago

Same here! Any fixes yet?

nuudles commented 8 years ago

@howie-misfit @Mortenest I was able to get it compiling by cloning the repository, updating the Example/Cartfile.private file with the newest versions for Quick and Nimble:

github "Quick/Nimble" "v4.0.0"
github "Quick/Quick" "v0.9.2"
maxmeyers commented 8 years ago

@nuudles Would you mind sending opening a pull request with that change?

nuudles commented 8 years ago

@maxmeyers PR #23 created.

maxmeyers commented 8 years ago

Great. This is fixed in 0.1.3, so I'll close this issue.