Permission Denied on Xcode 4

前端 未结 2 1791
野的像风
野的像风 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: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.

提交回复
热议问题