Permission Denied on Xcode 4

前端 未结 2 1726
野的像风
野的像风 2020-12-31 10:57

I\'m getting error message about permission denied, when I build any app on Xcode 4:

error: unable to create \'/Users/mike/Library/Developer/Xcode/Der

相关标签:
2条回答
  • 2020-12-31 11:40

    please check your Xcode version and upgrade your Xcode. early I was using Xcode 6.1 and I got error message with that Xcode version after then I upgrade Xcode Version 6.2. now It is working perfectly. when you upgrade your OS X version You should upgrade Xcode version.

    0 讨论(0)
  • 2020-12-31 11:41

    Ok. It seems you may be restricted to create Build Folder in your system. Try out the procedure below which creates a Build Folder in project folder itself.

    In Xcde menu bar go to: Preferences > Locations Tab. In Locations change Derived Data to Relative and set any name in the text box. I have used "Build". This folder will be created in your project folder for built binaries.

    0 讨论(0)
提交回复
热议问题