How to make xcodeproj file relative in Xcode 4.5

醉酒当歌 提交于 2019-12-06 09:27:13

问题


I was following this tutorial and stumbled across this screen shot:

apparently there was a way to make the Xcode project file relative to some user defined env variable in earlier versions of Xcode (you get there by highlighting the project file then clicking cmd+i)

I couldn't find a way to this in Xcode 4.5 (the closest I could get to that was this post, but the instructions don't work on Xcode 4.5)

ideas?

update: I tried the idea of changing the 'header search paths' under build settings.. and setting 'always search user paths' to 'yes' as suggested here.. but then my project always builds successfully if I try that even if I put a non-existent path in that field.

来源:https://stackoverflow.com/questions/14355173/how-to-make-xcodeproj-file-relative-in-xcode-4-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!