Re: Adding dylib auses problems...
Re: Adding dylib auses problems...
- Subject: Re: Adding dylib auses problems...
- From: Ken Thomases <email@hidden>
- Date: Wed, 18 Jun 2008 17:21:33 -0500
On Jun 18, 2008, at 4:33 PM, Josh de Lioncourt wrote:
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.
You can bring up the debugger console to see if an informative
diagnostic message is written there.
I suspect you added the library to the project, but didn't enable it
for the target. Therefore, it's not present in the Link Binary With
Libraries build phase of the target.
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden