Re: XCode Unknown class
Re: XCode Unknown class
- Subject: Re: XCode Unknown class
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 14 Sep 2004 23:45:33 +0200
At 19:38 Uhr +0100 14.09.2004, email@hidden wrote:
I'm using Cocoa with java, and after migrating (copying) my
application from my
ibook to my G4 desktop Mac an error occurred:
Unknown class `ConfigurationWindowController' in nib file, using
`NSObject'
instead.
Does anybody know how to solve this problem???
I've tried to check all the names and classes and all are OK...
Well, I wouldn't know about Java, but if this was Objective C I'd say:
Turn ZeroLink off or recompile on the G4. ZeroLink is *only* for
debugging and generates machine-dependent code.
If you migrated the entire project and not just the executable, you
may want to do a "clean" on your project, because the intermediate
data xCode generates is also sometimes machine-dependent.
I doubt that a Java project would have these problems, but since
Cocoa itself is ObjC, maybe something else is compiled in and suffers
from this problem.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden