Hi everyone. I’ve been playing around with applescript for a couple of weeks now and wanted to expand the scope of what I’m trying to do a bit with Xcode. I’m still very new with Xcode and hit a wall. For some reason I can’t find the interface builder palette. I double clicked on MainMenu.xib which opens the interface builder but don’t know how to bring up the palette. Im running Xcode 4.3.3 on OS X 10.7.3
There is no palette in Xcode 4.x – you want to show the Inspector area. You can do this using the View item in the window’s toolbar (click on the rightmost part of it), or choosing View → Utilities → Show Attributes Inspector.
thanks for the quick reply… i just found what I was looking for (view > utilities > object library)