I\'ve got the following problem: I\'ve written my first Swift App (for iOS7) and it worked fine. After changing some minor detail (adding a string somewhere) it wouldn\'t co
Xcode 6 Beta sometimes does not show any error but there will be some errors in your code. Because of that it does not compile.
Try to comment different parts of code and then try to compile. You have to find out the error manually.
I had this issue because I had some errors in my code but it was not showing.
Debug it manually. All the best.