Has anyone tried Xcode 8 Beta? I am kinda eager to update, so I am deciding whether or not should I replace current 7.3.1 with 8 beta. Any experiences with the beta?
THANKS, ROB!!!!The Xcode 8 beta is named Xcode_beta so that to doesn't overwrite Xcode 7.
Xcode 8 support both Swift 2 and 3, so that is not a problem.while Xcode 8 runs Swift 3.
I have a project that compiles perfectly in Xcode 7, opened it in Xcode 8, declined it offering to upgrade my code to Swift 3, and suddenly was hit with tons of errors, all of which are based on my code not being written in Swift 3.Xcode 8 support both Swift 2 and 3, so that is not a problem.
It still supports swift 2 or more precisely Swift 2.3 which is The same as Swift 2.2, but with support for the API of next MacOS, ios, tvos and watchOs. It is only so people can do the conversion at a suitable time.I have a project that compiles perfectly in Xcode 7, opened it in Xcode 8, declined it offering to upgrade my code to Swift 3, and suddenly was hit with tons of errors, all of which are based on my code not being written in Swift 3.
Try the oauth demo project from this github link and you'll see what I mean. Happens with all my projects. https://github.com/OAuthSwift/OAuthSwiftIt still supports swift 2 or more precisely Swift 2.3 which is The same as Swift 2.2, but with support for the API of next MacOS, ios, tvos and watchOs. It is only so people can do the conversion at a suitable time.
What goes wrong in your project I don't know. I have just started checking out xcode and don't have any old Swift projects of my own.
Try the oauth demo project from this github link and you'll see what I mean. Happens with all my projects. https://github.com/OAuthSwift/OAuthSwift
Derived Data causes so many issues. Apple should really include a button to delete it in Xcode itself. However, I have already done that and the error still exists. Not a big deal though as I'm just continuing to use Xcode 7 instead.What size is you project in KB? Make sure you are not saving Derived Data in your Project Folder. That would definitely cause chaos.
I changed the location of derived data to its default location (not sure how it suddenly changed to the Project Folder in the first place!).Derived Data causes so many issues. Apple should really include a button to delete it in Xcode itself. However, I have already done that and the error still exists. Not a big deal though as I'm just continuing to use Xcode 7 instead.