GM release of Xcode 6 compile

前端 未结 21 2437
难免孤独
难免孤独 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-02 16:23

    Encounter this error when compiling this Swift 2.0 syntax in Xcode 6.4:

    print(string, appendNewline: true);

    Back to Xcode 7 and the error is gone.

提交回复
热议问题