On Nov 16, 2007, at 7:22 AM, Bob Delaney wrote: > It appears that Xcode 3.0, which comes with Leopard, has changed the > way one installs templates. When I put REALbasic Mach-O Plugin in the > directory:
Index templates are not involved. This document describes the new location for custom templates: http://developer.apple.com/releasenotes/DeveloperTools/RN-Xcode/index.html Here's the needed information for success: The location for Xcode templates, scripts, and other support files has changed. These files were previously located in /Library/Application Support/Apple/Developer Tools/ and /Library/Application Support/ Xcode/. They are now located in the developer directory’s Library/ Xcode/ folder. Additionally, your own custom support files should now be placed in a folder of the appropriate name (e.g. "Project Templates") in any of the following locations: /Library/Application Support/Developer/3.0/Xcode/ /Library/Application Support/Developer/Shared/Xcode/ ~/Library/Application Support/Developer/3.0/Xcode/ ~/Library/Application Support/Developer/Shared/Xcode/ This path worked for me (you have to create the folders from Developer on up, root is at the bottom): /Library/Application Support/Developer/Shared/Xcode/Project Templates/ REALbasic Mach-O Plugin/ Also in the folder REALbasic Mach-O Plugin you have to open the old project REALbasic Mach-O Plugin.xcode With Xcode 3.0 and allow it to convert the project. This gives the new project REALbasic Mach-O Plugin.xcodeproj. Allow it to open, then quit Xcode. Remove the old project and the newly created Build folder. Open Xcode and choose New Project... from the File menu. You should see REALbasic Mach-O Plugin near the bottom. Bob _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
