theShay
theShay

Reputation: 247

Xcode freezes when trying to open or compile .xib files

I'm using Mountain Lion with Xcode 4.1.
When I open an XIB or compile an XIB, Xcode doesn't respond. What am I doing wrong?

I had a problem with compiling when I had Xcode 4.4 for Mountain Lion too.

Upvotes: 2

Views: 1687

Answers (1)

world-software.net
world-software.net

Reputation: 270

You need provide mode detail about the problem. You may change Deployment Target of the .xib files on interface builder. Select your .xib files and change assign latest version of deployment target.

interface builder

Upvotes: 1

Related Questions