RE: dylib in application bundle
RE: dylib in application bundle
- Subject: RE: dylib in application bundle
- From: Andy Duplain <email@hidden>
- Date: Mon, 19 May 2014 13:56:09 +0100
Can you post your current script? -A From: xcode-users-bounces+lists=email@hidden [mailto:xcode-users-bounces+lists=email@hidden] On Behalf Of Jonathan Taylor Sent: 19 May 2014 13:23 To: email@hidden Subject: dylib in application bundle 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 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. |
_______________________________________________
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