Re: NSURL crash
Re: NSURL crash
- Subject: Re: NSURL crash
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 24 Jan 2010 17:45:04 -0700
On Jan 24, 2010, at 3:23 PM, Mac Lancer wrote:
> As you can see it failed to find NSURL symbol. I'm confused as to whether
> this could happen.
>
> Does anyone know what should I do to avoid this? Some linker flags or
> something other?
NSURL was in the Foundation framework in Leopard and earlier; it was actually moved to CoreFoundation in Snow Leopard. The crash report was created in Leopard, so you either need to limit your app to Snow Leopard & later, or build it with the deployment target set to Leopard or earlier. That should work, but it it doesn't, then try going back to the Leopard SDK or earlier.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
References: | |
| >NSURL crash (From: Mac Lancer <email@hidden>) |