I’ve just published my first app on 005. And it runs great on my development machine (os x 10.5.8) and I’ve got the latest version of xcode 3.1.2. However, when I build a release and try to run it on any other machine than my own, the app just crashes when it’s about to start.
I’ve tried “dumbing down” the app to not really do anything (just created a new empty project that shows an empty 640x480 window). And even that can’t run on any other machine than my own. All other computers I’ve tried it on have a very similar setup (intel, os x 10.5.8). I’ve actually even tried running it on a powerpc machine but no luck.
Is there something I have to install on a fresh computer (besides maybe xcode which I’ve already tried) to make it run openframeworks apps? Do I have to do anything special when building?
I’m very new to oF so I appreciate any pointers anyone might have.
btw, if nessasary, my setup is:
osx 10.5.8
xcode 3.1.2
cpu Intel Core 2 Duo
@theo no problem. I’ve attached my project that uses the ofxARToolkitPlus addon. I’ve also attached the testapp that I created. Both of which crashes on startup on other machines I’ve tried.