using a dylib in the appfile.app/Contents/Frameworks?
using a dylib in the appfile.app/Contents/Frameworks?
- Subject: using a dylib in the appfile.app/Contents/Frameworks?
- From: "Tae-Won Ha" <email@hidden>
- Date: Sat, 24 May 2008 00:09:30 +0200
Hi, I'm quite new to this subject, so please bare with me. I tried to
google this issue, but I was not successful:
I've got a custom .dylib file. I added it to the xcode project and
copied the necessary header files. Everything works fine. Now since
this dylib file is a custom one, I want to include it in the app file
itself, as far as I understand, such files should be in the
appfile.app/Contents/Frameworks. I added a Copy Files phase, set it to
Framework, and drag and dropped the dylib from the Groups & Files
column to the Copy Files. When I build, the dylib file gets copied to
the Frameworks folder. However when I remove the original dylib file
from $HOME/lib, where it was as I built, the app just crashes. If I
move the dylib file back to $HOME/lib, it works again. What should I
do to force the app to use the dylib file in the
appfile.app/Contents/Frameworks?
Thanks in advance!
_______________________________________________
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