Re: Symbol not found: _OBJC_CLASS_$_NSURL

2011-08-04 Thread Jean-Daniel Dupas
Le 4 août 2011 à 18:46, koko a écrit :

 My App has run on this users machine for quite some time now.  I just did a 
 new build changing nothing related to NSURL.
 
 Now when this user runs the app she gets this message:
 
 Dyld Error Message:
 Symbol not found: _OBJC_CLASS_$_NSURL
 Referenced from: /Applications/Convert It Mac.app/Contents/MacOS/Convert It 
 Mac
 Expected in: 
 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 
 NSURL has been around since Moses.  Do this indicate a problem with her 
 machine?
 


You probably either change the Deployment version, or the SDK setting.

NSURL has been around since Moses, but until recent changes in OS X, it was in 
Foundation framework, not in CoreFoundation.



-- Jean-Daniel




___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Symbol not found: _OBJC_CLASS_$_NSURL

2011-08-04 Thread koko
Thanks !  

Now I remember reading about this somewhere ... NSURL moving from one framework 
to another.

-koko


On Aug 4, 2011, at 10:59 AM, Jean-Daniel Dupas wrote:

 Le 4 août 2011 à 18:46, koko a écrit :
 
 My App has run on this users machine for quite some time now.  I just did a 
 new build changing nothing related to NSURL.
 
 Now when this user runs the app she gets this message:
 
 Dyld Error Message:
 Symbol not found: _OBJC_CLASS_$_NSURL
 Referenced from: /Applications/Convert It Mac.app/Contents/MacOS/Convert It 
 Mac
 Expected in: 
 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 
 NSURL has been around since Moses.  Do this indicate a problem with her 
 machine?
 
 
 
 You probably either change the Deployment version, or the SDK setting.
 
 NSURL has been around since Moses, but until recent changes in OS X, it was 
 in Foundation framework, not in CoreFoundation.
 
 
 
 -- Jean-Daniel
 
 
 
 
 

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com