It does actually build the example and I can run the executable in the bin folder, but obviously it’ll be hard to debug that way. At first I thought it was an issue that I hadn’t signed in with my dev account, but I got the same error when I did:
Does anyone know how to fix this in Xcode? I saw some posts about fixing signing libfmodex.dylib for release, but I’m still just trying to get things to run in Xcode.
Thanks in advance!
Matt
just putting this part below in text to help with search ability for future devs is they run into a similar issue:
/Applications/Developer/of_v0.10.1_osx_release/examples/video/asciiVideoExample/bin/asciiVideoExampleDebug.app: code object is not signed at all
In subcomponent: /Applications/Developer/of_v0.10.1_osx_release/examples/video/asciiVideoExample/bin/asciiVideoExampleDebug.app/Contents/Frameworks/libfmodex.dylib
the change was done to a compiled external dependency and as such doesn’t appear in the main OF repo. If you are using OF from github you might need to re-run download_libraries.sh in order to get the latest external dependencies, including this fix