Where is Xcode's “TOOLCHAINS” set?

前端 未结 5 403
[愿得一人]
[愿得一人] 2020-12-31 10:27

I upgraded my project from Swift 2.2 to 2.3 (Xcode 7 to 8), and committed everything on one Mac. When I pulled from git on my other Mac, and built, I get:

W         


        
5条回答
  •  一整个雨季
    2020-12-31 10:52

    Toolchains is not explicitly called out as it was in the prior builds. However, it is still there in the Locations -> Command Line Tools portion of the Xcode Preferences menu

    Choosing Xcode 8 resolved the issue for me.

提交回复
热议问题