How do I move the location of an xcodeproj file without breaking external build target?
- by petFoo
I have an Xcode project with a directory structure like this:
MasterProjectDir/projectname.xcodeproj
MasterProjectDir/ProjectSubDir/whatever.c
MasterProjectDir/ProjectSubDir/etc.c
MasterProjectDir/ProjectSubDir/Makefile
My xcodeproj uses an external build target to point to the Makefile using these settings:
Build Tool:…