Initializer function not in mapped image
Initializer function not in mapped image
- Subject: Initializer function not in mapped image
- From: Larry Campbell <email@hidden>
- Date: Sat, 02 Nov 2013 12:43:22 -0400
Just upgraded to Mavericks and have this weird problem. I've written three Cocoa apps. They all use a framework I've written. After the upgrade, two of them launch fine, but the third fails to launch with this error:
dyld: initializer function 0x94314370 not in mapped image for /Library/Frameworks/XMLKit.framework/Versions/A/XMLKit
I can see no significant differences in build settings between the three apps. I tried rebuilding and installing the framework; no change. Googling for this error led me to the (possibly outdated copy of the) source for dyld (ImageLoaderMachO.cpp at opensource.apple.com), and it seems that this error can occur only if the image contains an LC_ROUTINES_COMMAND command, but it does not, according to otool -l.
Has anyone else ever run into this?
_______________________________________________
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