Re: 10.3.9 cross development SDK not working?
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CrKOydSqIRBz2lk35kqkiTcg3c7LCfQJ2/Fnq1ET4JlJfMuA/jxjvH9eHlSdydjadAQ6ETecizoAsodWdd0M41y7tBqbpIOkU9RAH2LPOcrU1WC3Fp6JxWnNNy1ZJ7hFSfXStpQUq110jz3o80Z2vOlmiQYhulBmEoe9Qob2CS8= I tried using GCC 3.3 (sudo gcc_select 3.3) and that didn't help. My console.log outputs this: An uncaught exception was raised *** -[NSPlaceholderString initWithString:]: nil string (or other) argument *** Uncaught exception: <NSInvalidArgumentException> *** -[NSPlaceholderString initWithString:]: nil string (or other) argument It then writes a crash log to ~/Library/Logs/CrashReporter that's really cryptic. I don't really understand this error. I commented out everything in my awakeFromNIB method and it still does it. Ben On 9/28/05, Nick Zitzmann <nick@chronosnet.com> wrote:
On Sep 28, 2005, at 3:12 PM, Ben Borofka wrote:
I've got a project that I've been working on in Xcode 2.1 that deploys fine in Tiger. In Panther, however, it bounced twice in the Dock and disappears, never launching. I've installed and specified the 10.3.9 cross development SDK, cleaned targets many times, etc., and nothing helps.
Any advice?
What does it say in the Console when the application fails to launch?
Nick Zitzmann <http://www.chronosnet.com/>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ben Borofka