hi all, i'm a long time textmate fan and want to start using it with the openframeworks c++ lib (http://www.openframeworks.cc) the xcode plugin compiles the example projects fine, but at the end gives me this error:
Executable doesn't exist: /Users/nay/Documents/openframeworks_05/apps/sketches/moviePlayerExample/build/Release/./openFrameworks.app/Contents/MacOS/openFrameworks
it runs fine in xcode, but the path here should actually be: /Users/nay/Documents/openframeworks_05/apps/sketches/moviePlayerExample/./openFrameworks.app/Contents/MacOS/openFrameworks
the directory seems to be correctly set in xcode under executables as /Users/nay/Documents/openframeworks_05/apps/sketches/moviePlayerExample which is where the app gets put
it looks like it has something to do with the 'active build config' being misread, which is 'Release' in this case.
any help hugely appreciated. cheers, nay.
I have the same problem, but with me its the other way round... it looks for a debug dir but the target is actually built using the Release config.
I tried setting TM_BUILDSTYLE to Debug in the Shell Variables preferences tab but that didn't help unfortunately.
If I only understood Ruby better I might even figure out where in "/Applications/TextMate.app/Contents/SharedSupport/Bundles/Xcode.tmbundle/Support/bin/run_xcode_target.rb" it does the selection of the build config and based on what....
Andre