user541521
user541521

Reputation: 31

Can't open library window in interface builder

I am using a MacBook Pro installed with Xcode 3.2.5 and iOS SDK 4.2. When I launch Interface Builder by clicking the nib file, then I do not see any library window. Anyone has idea on why it is behaving so?

Thanks!

Upvotes: 3

Views: 11760

Answers (7)

Ruturaj Jape
Ruturaj Jape

Reputation: 1

it works using ⇧⌘L in xcode 3.2.6

Upvotes: 0

lance
lance

Reputation: 1

Sometimes my interface builder screen doesn't show up, and I check my sytem resources and kill off some processes. Apparently, 600 or 700 MB of memory left isn't enough for XB to launch

Upvotes: 0

Piyush
Piyush

Reputation: 244

In the Xcode menu, choose View > Utilities > Size Inspector.

Make sure the Object library is visible in the pane below the Size inspector. If not, choose View > Utilities > Object Library.

Upvotes: 0

zhuang
zhuang

Reputation: 491

Xcode 4.1 view -> utilities -> show object library

Upvotes: 10

Julius
Julius

Reputation: 21

I had same problem just after updating to XCode 3.2.6 (IB is currently 3.2.6 also). My machine is configured to work with two display screens but I don't always turn the smaller one on. I found the library to be present on the second screen. How it got there I have no idea. Try switching to a higher display resolution to see if a similar thing happened in your case.

Upvotes: 2

chepukha
chepukha

Reputation: 2489

I think the problem is there is no Interface Builder plugin for XCode 4. You probably cannot edit nib file in XCode 4.

Upvotes: 1

Matthew Frederick
Matthew Frederick

Reputation: 22305

If you choose Library from the Tools menu, or if you press ⇧⌘L, does it not appear?

Upvotes: 4

Related Questions