GM release of Xcode 6 compile

前端 未结 21 2373
难免孤独
难免孤独 2020-12-02 15:37

I just downloaded the GM release of Xcode 6 and it won\'t compile with this error:

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault         


        
21条回答
  •  攒了一身酷
    2020-12-02 16:20

    In my case i changed 3 places:

    Target > Build Settings > Swift Compiler >

    • Optimization Level.
      • Debug: None [-Onone]
      • Distribution: Fastest [-O]
      • Release: Fastest [-O]

    When i changed just Debug, i have errors like "Source Kit crashed...." This combination of parameters, works very good for me!

提交回复
热议问题