Cross-Development with 10.2.7 SDK
Cross-Development with 10.2.7 SDK
- Subject: Cross-Development with 10.2.7 SDK
- From: Jeremy Dronfield <email@hidden>
- Date: Mon, 31 May 2004 09:56:19 +0100
I'm making my first attempt at cross-developing for 10.2.7. I've set up
a trial project simply by copying an existing 10.3-based project and
renaming it. I've set it up with the Project and Targets (an
application and an embedded framework) linked to the 10.2.7 SDK and
combed through the source code, eliminating or adapting any
10.2-incompatible code. The project builds okay, but won't run
properly. The application window displays, and you can interact with
it, but no icon appears in the dock, and there is no menu.
The only things I haven't changed are:
1. The prefix file, which consists simply of,
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
2. The linked frameworks. Do I need to re-link the project frameworks
to the versions in the 10.2.7 SDK? There's nothing about this in the
documentation.
Regards,
-Jeremy
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.