I'm new to both XCode and Mac development, so be kind. :)
I have an SDK which includes a dylib which needs to be included in the application target of my XCode project. I understand, generally, how this is done, and have examined the example XCode project provided with the SDK, which compiles and runs just fine.
In my own project, (which is not a console project like the example provided with the SDK), I am adding the dylib to the project. The project builds successfully, but will not run. I get the following:
PoC exited with status 5. The Debugger is still running. Use 'Restart' to debug again.
Remove the dylib, and the project builds and runs without a hitch.
I'm clearly doing something wrong, but for the life of me can't figure it out. I've examined various settings between the example project and my own, but haven't found anything that is obviously different.
Help?! :)
Josh de Lioncourt
...my other mail provider is an owl...
|