Weird Xcode Error When Using 7 Beta

I'm getting the following build error when opening my project using the xcode 7 beta, that built fine using the old version of xcode.


xcode Command /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1



Any Ideas?

Get Beta 2, or turn off Whole Module Optimization.


Without further info about the compiler crash, can't help!

So my app reads its data from a .plist file, and it looks like xcode deleted that file when it upgraded to the beta??? The plist file is now red and I can't open it. Does anyone know anyway to get it back?

If the plist is red, that means xcode can't find it anymore. If you still have the file, just delete the red file reference from your xcode project and then drag the file from Finder into Xcode. If you don't still have the file locally, i'm hoping you're using version control and can checkout a previous commit to grab the plist file, otherwise you'll need to re-create the file

Weird Xcode Error When Using 7 Beta
 
 
Q