Re: Strange Error: "NSApplication Creating more than one Application"
Re: Strange Error: "NSApplication Creating more than one Application"
- Subject: Re: Strange Error: "NSApplication Creating more than one Application"
- From: p3consulting <email@hidden>
- Date: Wed, 10 Dec 2003 11:28:29 +0100
On 10 dic. 2003, at 10:15, Jvrn Salewski wrote:
Hallo everybody,
Maybe someone could help me with a strange error report I recieved
from one
of my early beta testers.
I'm building my app on 10.3. With Xcode 1.0.1 linking against the
10.2.7
sdk. My nib files are compatible with 10.2.
The error was reported to happen on two computers that have 10.2.8
installed. I don't have a Jaguar machine at hand right now, and before
I go
through a system install odyssee to trace down the problem myself, I
thought
maybe someone could have an idea.
The app works fine under 10.3.
However, under 10.2.8 the tester reports that the programm works
except that
nothing happens if a certain button is pressed that should load an
additional nib file and should display a window stored in that nib.
Instead
the following error message is logged by the system:
2003-12-09 21:40:38.596 Skytale[446] *** Assertion failure in
-[NSApplication init], AppKit.subproj/NSApplication.m:908
2003-12-09 21:40:38.620 Skytale[446] Creating more than one Application
Since nothing in this error message points to my own code I don't
really
have a clue. Somehow I could imagine that the problem might be related
to
the loading of the nib. But I could be wrong and couldn't explain why
this
should happen anyway.
Has anybody ever come across this error message? Or does anybody have
an
idea?
I would first check who is the owner of the Nib file: what's the Class
of the File's Owner object in IB ?
maybe it is also NSApplication and then (?) the source of the problem
Pascal Pochet
P3 Consulting
_______________________________________________
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.