Re: where did the IBPalette template project go?
Re: where did the IBPalette template project go?
- Subject: Re: where did the IBPalette template project go?
- From: Rick Sustek <email@hidden>
- Date: Thu, 1 May 2008 17:06:26 -0700
Most excellent help Jonathan!
I was just deep in the midst of slamming my head against the wall,
trying to get the three Examples/InterfaceBuilder projects [that
create palettes] to build, and was hitting the exact problems
outlined in the prior thread that you referenced.
A couple of points about the "recipe" detailed there:
Instead of doing the step that changes the 'installed name' of the
InterfaceBuilder mach-o file (the step that executes the
'install_name_tool' utility), I chose to fix the Xcode project file
itself, to simply delete the InterfaceBuilder.framework item, and
then add it back in, from its new location in the /Developer tree. It
did not seem like a good thing to be doing, modifying the mach-o
file's idea of where it believes it is installed.
Also, in the added linker flags, beware of several extraneous space
characters. The arg to '-dylib' is a single string.
So, anyway, the three example projects are broken without these
changes, so I suppose I will file a bug report.
Thanks a bunch!
-Rick
Begin forwarded message:
From: Jonathan Hess <email@hidden>
Date: May 1, 2008 3:28:42 PM PDT
To: Rick Sustek <email@hidden>
Cc: email@hidden
Subject: Re: where did the IBPalette template project go?
Hey Rick -
Xcode 2.5 no longer contains the project templates to build
IBPalettes. If you have an existing IB Palette project, you should
be able to continue building it with Xcode 2.5 with a couple of
changes. The main issue is that InterfaceBuilder.framework moved
from /System/Library/Frameworks to /Developer/Library/Frameworks.
There's an email thread about this from a couple of months ago
where Rick Ballard explains the details. Here's a link: http://
lists.apple.com/archives/Xcode-users/2007/Nov/msg00398.html
Good Luck -
Jon Hess
On Apr 30, 2008, at 5:57 PM, Rick Sustek wrote:
Hi gang,
my OS is 10.4.11
my Xcode is 2.5
In Xcode, if I try to create a new project, the list of available
templates no longer shows the IBPalette template (for making an
Interface Builder palette bundle).
Anyone know where that went? When did it disappear? Why?
There is much documentation that still refers to creating such an
Xcode project, yet no mention of a replacement.
What is the replacement mechanism for making your own palettes for
Interface Builder 2.5? (This area has changed radically for IB 3,
but I can't use it yet).
Also, while I'm on a roll, the three /Developer/Examples/
InterfaceBuilder sample code projects that demo palettes do not
build anymore. They all reference the InterfaceBuilder.framework
under the /System/Library tree, but it is no longer there. There
is one in the /Developer tree, but even changing the Xcode project
files to refer to that framework does not allow the build to
complete.
Sigh.
Any help appreciated!
-Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden