1

I just got upgraded to Xcode 6.3 and my project stopped compiling because of the changes on Swift 1.2

I was wondering, is there a way I can change my swift version back to 1.1, so I can finish the feature of my app I was working on?

Thanks.

1
  • 2
    Use Xcode 6.2 or Swift 1.2. Commented Apr 9, 2015 at 20:29

1 Answer 1

7

It would be easier to move forward and make the app compile with new version.

It's more likely to be as-> as! or as? which is mostly all the breaking changes for 1.2.

Sign up to request clarification or add additional context in comments.

1 Comment

The 6.3 release notes also mention some additional fix-it and converters.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.