Re: ZeroLink warning?
Re: ZeroLink warning?
- Subject: Re: ZeroLink warning?
- From: Bill Cheeseman <email@hidden>
- Date: Sat, 23 Aug 2003 08:11:13 -0400
on 03-08-23 6:57 AM, Tito Ciuro at email@hidden wrote:
>
I've written an app using XCode which compiles and runs fine when run
>
from Xcode. However, when I double click my app from the Finder it has
>
problems. This is what console says:
>
>
> ZeroLink Warning: running with old objc runtime!!
>
> 2003-08-23 12:49:58.168 AquaStateFor4D[4660] Unknown class
>
> `ImageWindow' in nib file, using `NSObject' instead.
>
> 2003-08-23 12:49:58.169 AquaStateFor4D[4660] Unknown class
>
> 'OurImageView' in nib file, using `NSView' instead.
>
>
This is a brand-new project created with XCode on a Jaguar system. Any
>
ideas?
Turn off ZeroLink when you build for deployment. It's meant only for rapid
linking while you're developing within Xcode. There's a build setting in the
target for doing this, and it can be overridden in a build style, so you
might have to look in a couple of places.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.