SOLVED: dyld CoreData failure on 10.3 Systems (Gracefully failing on unsupported OS version)
SOLVED: dyld CoreData failure on 10.3 Systems (Gracefully failing on unsupported OS version)
- Subject: SOLVED: dyld CoreData failure on 10.3 Systems (Gracefully failing on unsupported OS version)
- From: Wolfgang Berberich <email@hidden>
- Date: Sat, 3 Sep 2005 11:53:18 +0200
Shawn is perfectly right and the only thing I did wrong was to add a
reference to the CoreData Framework to my main-project.
Just to increase keyword awareness of this list, some (rather)
redundant suggestions to check what's loaded by dyld before main gets
executed:
use otool -L to determine libraries that are linked to your app.
Therefore create a Deployment Build and check the build with
#otool -L yourapp.app/Contents/MacOS/yourapp
Now you see every linked library that might hurt you.
Thanks for the pointer.
- berbie.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden