embedded frameworks and dyld failure

Benjamin Stiglitz ben at tanjero.com
Fri Sep 28 11:17:32 PDT 2007


> Binary Images Description:
>    0x1000 -     0x5fff com.apple.myApp 0.1	/Users/aarthur/Desktop/ 
> EstiKit.app/Contents/MacOS/EstiKit
>   0x63000 -    0x6efff com.apple.yourcocoaframework 1.0	/Users/ 
> aarthur/Desktop/EstiKit.app/Contents/Frameworks/EKFormKit.framework/ 
> Versions/A/EKFormKit
>   0xc6000 -    0xcafff com.apple.yourcocoaframework 1.0	/Users/ 
> aarthur/Desktop/EstiKit.app/Contents/Frameworks/GBAccess.framework/ 
> Versions/A/GBAccess
>  0x205000 -   0x220fff com.apple.yourcocoaframework 1.0	/Users/ 
> aarthur/Desktop/EstiKit.app/Contents/Frameworks/ 
> EstiKitModel.framework/Versions/A/EstiKitModel
>  0x2d1000 -   0x2eafff com.apple.yourcocoaframework 1.0	/Users/ 
> aarthur/Desktop/EstiKit.app/Contents/Frameworks/ 
> GBSketchKit.framework/Versions/A/GBSketchKit
> 0x20000000 - 0x20003fff com.apple.yourcocoaframework 1.0	/Users/ 
> aarthur/Desktop/EstiKit.app/Contents/Frameworks/GBAppKit.framework/ 
> Versions/A/GBAppKit
> 0x8fe00000 - 0x8fe4afff dyld 46.12	/usr/lib/dyld

You should change the identifiers to be unique; right now, they’re all  
com.apple.yourcocoaframework, but should be something like  
com.rr.nc.estikit.GBAppKit.

-Ben


More information about the MacOSX-dev mailing list