Multiple target apps
Multiple target apps
- Subject: Multiple target apps
- From: John Velman <email@hidden>
- Date: Sat, 18 Apr 2009 20:50:38 -0700
I am building a program that is large (for me) and getting too many
windows hanging off of the myDocument. There is an sqlite database in
common, but each 'sub app' has a different view. It seemed to me that,
since each of these is pretty much independent (but my user should see
them all as part of on app, and bring up any one or more at a time)
perhaps multiple targets would be a way to go.
I set up a very simple test program, and I managed to get a second
target app in the project, but can't seem to get both a main menu xib
and a myDocument xib assigned. (For the second app, I called the
document subclass something other than myDocument).
Everything compiles, and from the NSLog, the 'main' program is finding
the second app, but when I try to run it in the debugger, the second app
complains about the missing nib.
The only example I can find (in Anderson's Xcode 3 unleashed) the second
target is a command line target.
Is there a way to do this? or am I barking up the wrong tree. I've
spent today reading about multiple bundles (Should I do this instead?)
and whatever I could find about multiple targets, but nothing seems real
close to this.
If anyone can point me at the right documentation, or give me a hint,
I'll be most appreciative!
Thanks,
John Velman
_______________________________________________
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