hi!
i am trying to build an application using
openframeworks (which is using different other libraries available for mac).
the problem is i can compile and link everything. and i can start the application from commandline (with or without gdb).
but i can't run it directly from CB.
the build log:
Checking for existence: /path-to-working-dir/myapp_debug
Executing: osascript -e 'tell app "Terminal" to do script "/path-to-working-dir/myapp_debug "' (in /path-to-working-dir)
Process terminated with status 0 (0 minutes, 0 seconds)
and the opened terminal window says:
/path-to-working-dir/app_debug
didito:~ didito$ /path-to-working-dir/app_debug
dyld: Library not loaded: ./libfmodex.dylib
Referenced from: /path-to-working-dir/app_debug
Reason: image not found
Trace/BPT trap
but libfmodex.dylib is in the same folder as the executable. althought it is not the same as the directory where the project file resides ...
but i checked the "working dir" in the project file and it seems to be fine ...
any ideas how to solve this?
thx
didito