Library not loaded
Library not loaded
- Subject: Library not loaded
- From: Aby <email@hidden>
- Date: Thu, 20 Jul 2006 17:45:35 +0530
Hello,
I am able to run my app from Xcode 2.3 but when I try to run it from
the finder it is giving the follwing crash report in console.
dyld: Library not loaded: @executable_path/../Frameworks/libxerces-c.27.0.dylib
Referenced from: /Volumes/HDD
BACKUP/MyApp/build/Deployment/Myapp.app/Contents/MacOS/MyApp
Reason: image not found
also used the install_name_tool to change the default path /usr/local/lib
install_name_tool -change libxerces-c.27.0.dylib
@executable_path/../Frameworks/libxerces-c.27.0.dylib
MyApp.app/Contents/MacOS/MyApp
I have made one copy files build phase with folder 'Framework", and
these .dylib are copied to the folder.
Thanking in advance for any help in solving this problem :)
_______________________________________________
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