Interface Builder - XCode link broken with iPad-converted xib
Posted
by Kenneth Ballenegger
on Stack Overflow
See other posts from Stack Overflow
or by Kenneth Ballenegger
Published on 2010-03-24T23:21:34Z
Indexed on
2010/03/24
23:23 UTC
Read the original article
Hit count: 328
In porting my app to a universal iPhone / iPad app, the xibs I created by using Interface Builder's "Create iPad Version" will not link to the project properly: They don't pick up on classes and images from the project file.
IB tells me that "there is no xcode project associated with this document" with a gray light in the status bar. Yet the xib is in the project, was launched by double-clicking in xcode, and both are open. The old xibs work fine though. I don't understand what could be causing this.
So, my question is, how do I restore the link?
© Stack Overflow or respective owner