Re: Including dylib in application .app bundle
Re: Including dylib in application .app bundle
- Subject: Re: Including dylib in application .app bundle
- From: Scott Thompson <email@hidden>
- Date: Fri, 23 Jul 2004 15:25:20 -0500
On Jul 22, 2004, at 4:25 PM, David "Pita" Kopp wrote:
Hey all,
I'm still rather new to XCode, so I'm not sure if this is my issue, or
the program's:
My end goal is to include some .dylib's that I made into the .app
package that XCode generates for distribution.
Steps so far:
I have compiled the libraries with @executable_path/../Frameworks as
the install path
Ok...
Then, I make the application, and copy the libraries into the
.app/Frameworks directory
I think this is your problem. @executable_path/../Frameworks would be
in
YourApp.app/Contents/Frameworks
not
YourApp.app/Frameworks.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.