projectGeneratorSimple icon indicating copy to clipboard operation
projectGeneratorSimple copied to clipboard

XCode: Path to OF in Project.xcconfig wrong

Open saynono opened this issue 10 years ago • 1 comments

Project generator replaces a string in the Project.xcconfig twice. When the project folder is outside of the main of-Folder the result will look like this:

include "../../../../../of_v0.8.0_osx_release/../../of_v0.8.0_osx_release/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"

Fix (as far as I can see it) removing one replacement line in xcodeProject.cpp Line 293: // findandreplaceInTexfile(projectDir + "Project.xcconfig", "../../../", relRoot); findandreplaceInTexfile(projectDir + "Project.xcconfig", "../../..", relPath2);

saynono avatar Apr 22 '14 12:04 saynono

thanks that seems like a good fix - implementing now

ofZach avatar Jun 20 '14 19:06 ofZach