Re: Smaller Application?
Re: Smaller Application?
- Subject: Re: Smaller Application?
- From: "Alastair J.Houghton" <email@hidden>
- Date: Mon, 27 Oct 2003 18:56:15 +0000
On Monday, October 27, 2003, at 06:00 pm, Lorenzo wrote:
Hi,
I have just compiled my first application with Xcode.
It runs on Panther very fine, but it doesn't run on MacOS X 10.2.6.
[snip]
- The Panther application file nested within the file package
/Contents/MacOS is just 13 KB.
- The Jaguar application file nested within the file package
/Contents/MacOS is 1.6 MB.
Did I forget to include the Frameworks?
No, but you've probably got ZeroLink turned on. Do a Deployment build
and you should be able to run it on both. (You need to open the Show
Info inspector [click the blue information toolbar button, or use the
menu]).
Which frameworks should I include in order to run my app on 10.2.6 too?
And how to do with XCode? I cannot see any check-box to include the
frameworks.
Either drop the framework in under the target's name in the "Groups &
Files" outline view, or double-click the target and drop the framework
in to the Frameworks & Libraries box (just like in Project Builder).
Sincerely XCode seems to me to be more complicated than PB.
In many ways it's actually simpler. The trouble is that it's
*different*, so if you're use to Project Builder, you may think it's
hard to use (exactly the same way you sometimes see Windows programmers
complaining that it's hard to write programs on Mac OS X and "it'd be
easier if I were writing on Windows").
Kind regards,
Alastair.
_______________________________________________
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.