Reputation: 31
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
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
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
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
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
Reputation: 22305
If you choose Library from the Tools menu, or if you press ⇧⌘L, does it not appear?
Upvotes: 4