Xcode 6 Beta not compiling

前端 未结 5 2283
盖世英雄少女心
盖世英雄少女心 2020-12-17 17:10

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

5条回答
  •  盖世英雄少女心
    2020-12-17 17:38

    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.

提交回复
热议问题