OS X 10.8
While setting up a Qt 5.1 Beta iOS project, I moved QTDIR and Creator got infuriated at me. It didn’t calm down until I restarted OS X, and now XCode is complaining about similar things as Creator had. It remembers the old location and tries to do relative paths from it, and that doesn’t work. It’s somehow setting dirty values for several env vars in “PhaseScriptExecution,” per the build output from XCode:
HEADER_SEARCH_PATHS
LIBRARY_SEARCH_PATHS
OTHER_LDFLAGS
I tried deleting the generated files in my build directory (except Info.plist, as I’m not as sure what generates that one) and the problem persisted. Help, please?
↧