On a fresh install of 0.9.5, I was not able to use the project generator to update a existing project or to create a new one I got this error message as mentioned by tilmans.
Command failed: /bin/sh -c "/Users/gllm/Documents/_gllm/of_v0.9.5_osx_release/projectGenerator-osx/projectGenerator.app/Contents/Resources/app/app/projectGenerator" -o"/Users/gllm/Documents/_gllm/of_v0.9.5_osx_release" -a" " -p"osx" "/Users/gllm/Documents/_gllm/of_v0.9.5_osx_release/apps/myApps/test"
dyld: Library not loaded: @executable_path/../Frameworks/libfmodex.dylib
Referenced from: /Users/gllm/Documents/_gllm/of_v0.9.5_osx_release/projectGenerator-osx/projectGenerator.app/Contents/Resources/app/app/projectGenerator
Reason: image not found
I tried to include the libfmodex.dylib inside of the project generator but without success.
I resorbed to copy the project generator from 0.9.4 in the 0.9.5 folder, update the project generator (0.9.4) path to the 0.9.5 folder (in the wrench menu ) and now it’s working… clumsy workaround I know…