I installed Xcode 6.3, which includes support for Swift 1.2. A ton of error messages have appeared that mainly affect casting issues.
I switched to the storyboard and cannot return to any other .swift without crashing. I have a forced shutdown, restart, and even reinstall, and I still cannot go from the Main.storyboard file.
I tried the description described here to open the storyboard as code, make some changes, revert those changes, save and try again, and still no luck.
Is something in my code breaking Xcode? Is anyone else experiencing this? I have successfully used Xcode 6.3 beta with the same code base.
Update: This is now fixed in Xcode 6.3.1 , released on April 21, 2015.
ios xcode swift
stone Apr 09 '15 at 15:11 2015-04-09 15:11
source share