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

Build Failed with Xcode 6.4 #8

Closed manesvenom closed 9 years ago

manesvenom commented 9 years ago

screen shot 2015-08-24 at 3 52 09 pm

Deployment Target : 8.0 screen shot 2015-08-24 at 3 54 21 pm

lauraskelton commented 9 years ago

@manesvenom Unfortunately there were breaking changes between Swift 1.2 (which is what's in Xcode 6.4), and Swift 2.0 (which is in the Xcode 7 betas). RazzleDazzle is built with Swift 2.0, so it won't build in Xcode 6.4. If you download the latest Xcode 7 beta, it will work.