• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Adding dylib auses problems...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Adding dylib auses problems...
      • From: Josh de Lioncourt <email@hidden>
References: 
 >Adding dylib auses problems... (From: Josh de Lioncourt <email@hidden>)

  • Prev by Date: Batch NIB->XIB
  • Next by Date: NSURL resourceDataUsingCache: method hangs only during unit-test - 2.4
  • Previous by thread: Adding dylib auses problems...
  • Next by thread: Re: Adding dylib auses problems...
  • Index(es):
    • Date
    • Thread