Can't build BazaarX on Leopard, MainMenu.xib

Asked by Elliot Murphy

Hi, I get an error
"Unable to resolve plugin-in dependency for "MainMenu.xib".
The recovery suggestion is to locate the net.brockerhoff.RBsplitView.IBPlugin Interface Builder plugin.

I'm new to OS X development, can you give me a hint about how to resolve this?

Building with XCode 3.1 beta on Leopard (mbp). Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
BazaarX Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Pilkington
Solved:
Last query:
Last reply:
Revision history for this message
Best Martin Pilkington (pilky) said :
#1

I should probably put a "How to Build" file in the repo as this may crop up fairly often...

We use a class called RBSplitView, which in turn has an Interface builder plugin. If you don't have it installed you need to download it from the following link: http://www.brockerhoff.net/src/RBSplitView.ibplugin.zip

Once this has downloaded, unzip it and move it somewhere safe (I recommend something like /Developer/IBPlugins or some similar directory). You will then want to go into Interface Builder, open the preferences, go to plugins and click the + button. Navigate to where you placed RBSplitView.ibplugin, select it and press Open. You should now be able to compile.

Revision history for this message
Elliot Murphy (statik) said :
#2

Thanks, that did the trick!