Re: NSURL crash

2010-01-25 Thread Kyle Sluder
On Mon, Jan 25, 2010 at 8:55 AM, Nick Zitzmann wrote: > No, it was moved to CoreFoundation a while back, along with a few other > Foundation objects: Well that's a bummer. But also good proof that you need to link against the appropriate SDK. :) --Kyle Sluder ___

Re: NSURL crash

2010-01-25 Thread Nick Zitzmann
On Jan 24, 2010, at 8:19 PM, Scott Anguish wrote: > nsurl still lives happily in Foundation. No, it was moved to CoreFoundation a while back, along with a few other Foundation objects: % otool -ov /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation [...] Module 0x18e604 vers

Re: NSURL crash

2010-01-24 Thread Jerry Krinock
On 2010 Jan 24, at 19:19, Scott Anguish wrote: > without seeing code, it’s almost impossible to figure out the original > poster’s problem. Another thing the original poster should investigate is whether the crash occurs if and only if the user is running Mac OS 10.5, as the crash report snip

Re: NSURL crash

2010-01-24 Thread Scott Anguish
nsurl still lives happily in Foundation. not sure where you’re getting this info from.. without seeing code, it’s almost impossible to figure out the original poster’s problem. On Jan 24, 2010, at 7:45 PM, Nick Zitzmann wrote: > > On Jan 24, 2010, at 3:23 PM, Mac Lancer wrote: > >> As you can

Re: NSURL crash

2010-01-24 Thread Nick Zitzmann
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 earli

NSURL crash

2010-01-24 Thread Mac Lancer
Hello, Gentlemen, One more issue with my application. Some users reported that the application crashes on startup with the following log: Process: AnimalsAndEarth [6617] Path: /Applications/AnimalsAndEarth.app/Contents/MacOS/AnimalsAndEarth Identifier: com.AnimalsAndEarth.AnimalsAndE