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

后端 未结 4 2029
伪装坚强ぢ
伪装坚强ぢ 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:37

    You could also do this instead ...

    sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer
    

提交回复
热议问题