dylib in application bundle
dylib in application bundle
- Subject: dylib in application bundle
- From: Jonathan Taylor <email@hidden>
- Date: Mon, 19 May 2014 13:22:35 +0100
I am trying to include a 3rd-party dylib in my application bundle. I have added a build step in which the file is copied across, and then it is my understanding that I should run a script to make some adjustments following the file move:
When I do this, everything works fine when building from scratch, with no application present in the build folder. However when I recompile after an incremental change, I get the following error dyld: Library not loaded: libPvAPI.dylib Referenced from: /Path/To/My/Application Reason: image not found
The build results window does seem to indicate that my script has been run in the incremental case (which I imagine is correct). (Workaround is to delete the application from the build folder, forcing it to be recreated from scratch)
Can anybody advise what the problem is, or how I can diagnose it? I am outside my area of expertise here, I just wanted to include the dylib in order to avoid requiring it to be installed separately on the user's system.
Thanks for any advice Jonny. |
_______________________________________________
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