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.