How can I resolve “Error: No developer directory found at /Developer”?

后端 未结 4 2007
伪装坚强ぢ
伪装坚强ぢ 2020-12-22 16:59

I just upgraded XCode to 4.3.1. I\'m using a script to build (and then deploy through Testflight) my app. But I now receive this error:

Error: No deve

4条回答
  •  一向
    一向 (楼主)
    2020-12-22 17:31

    This solved for me:

    Mostly this error occurs when you have installed a newer version of xcode. And the command line tools are yet to be initialized.

    To resolve this: Go under Xcode Preferences > Locations (tab) > And the bottom options is Command Line Tools. Please select the Xcode version for tools.

    Example (For Xcode 8.3.3): Go under Xcode Preferences > Locations (tab) > And the bottom options is Command Line Tools. Select Xcode 8.3.3 (7D1014).

提交回复
热议问题