Re: Obsolete names messing up Xcode/IB/iPhone-simulator operation
Re: Obsolete names messing up Xcode/IB/iPhone-simulator operation
- Subject: Re: Obsolete names messing up Xcode/IB/iPhone-simulator operation
- From: Matt Neuburg <email@hidden>
- Date: Tue, 20 Jul 2010 12:37:55 -0700
- Thread-topic: Obsolete names messing up Xcode/IB/iPhone-simulator operation
On Fri, 16 Jul 2010 03:00:22 -0700, Jay Reynolds Freeman
<email@hidden> said:
>Nevertheless, when I try to launch my project just as an IB executable
>(Command-R in IB), I get the messages:
>
> Unknown class Pixie_Scheme_IIIAppDelegate in Interface Builder File
> Unknown class PixieSchemeIIIController in Interface Builder File
I wouldn't bother with that feature if I were you. :) It doesn't "launch
your project"; it's purely an IB-internal thing. And you certainly shouldn't
worry about any messages it generates. Stick to problems with actually
building and running the real app.
>But when I try to launch it from Xcode -- command-R there -- I get
>
> Failed to load NSMainNibFile MainWindow.
>
>(But there is no "MainWindow" file in the project, and to the best of
>my ability to look, the string "MainWindow" appears nowhere in the
>project.)
NSMainNibFile is an Info.plist setting. You need to point this at your
project's main nib file. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.tidbits.com/matt/default.html#applescriptthings
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden