realbasic-plugins
[Top] [All Lists]

Re: XCode anyone?

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: XCode anyone?
From: Frank Condello <developer at chaoticbox dot com>
Date: Thu, 15 Dec 2005 15:44:10 -0500
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <03D3F3D4-92E5-486B-9041-18738B375BE7 at logicunited dot com>
On 15-Dec-05, at 2:42 PM, Anjo Krank wrote:

The XCode template is outdated, XCode 2.2 uses a different project format, so you need to open the template first, then delete the old one then copy it over to App support

You need to copy the Glue and Include stuff into the generated folders, or better yet into the template folder so it gets found in the final plugin...

I prefer to keep the glue files in the SDK and use source tree paths to find them. I do the same in Codewarrior, this way you can update the SDK in one place and everything's updated on the next compile. Unfortunately Xcode 2.2 broke a bunch of stuff with source trees (or "fixed" them, depending on who you ask) and this no longer works as it once did. So for now I've resorted to also using absolute header search paths in the target settings. Works the same in the end, but more of a pain to maintain.

BTW: Generating an app with a mach-o plugin and the MacOSX/Classic setting on just crashes.

You should report this if it hasn't been already.

Frank.
–––––––––––––––––––––––––––––––––
Open Source RB Goodies and Shareware
<http://developer.chaoticbox.com/>
<http://www.chaoticbox.com/>
–––––––––––––––––––––––––––––––––

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>