• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Cross-Development with 10.2.7 SDK
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Cross-Development with 10.2.7 SDK - SOLVED
      • From: Jeremy Dronfield <email@hidden>
  • Prev by Date: mach-o shared library entry points
  • Next by Date: Re: Symbolic link & Xcode install
  • Previous by thread: Re: Thank you!
  • Next by thread: Re: Cross-Development with 10.2.7 SDK - SOLVED
  • Index(es):
    • Date
    • Thread