Francisco Silva
Francisco Silva

Reputation: 549

Migrate xib file to Xcode 4.4

This should be an easy one, but surprisingly I could not find any information about it being or not being possible to do.

I have some .xib files created in older versions of Xcode/Interface Builder and I would like to use Xcode 4.4's new features but so far I've only been able to achieve this by deleting the older .xib files and creating new ones from scratch.

Upvotes: 0

Views: 952

Answers (1)

Swift Dev Journal
Swift Dev Journal

Reputation: 20088

You may need to update the older xib files' development target. Select the xib file from the project navigator and open the file inspector. In the file inspector's Interface Builder Document section is a Development menu. Try updating the development target to Xcode 4.4 and see if that allows you to take advantage of the new Xcode 4.4 features.

If updating the development target doesn't work, you'll have to provide some more information about the problems you're having and the features you haven't been able to access.

Upvotes: 1

Related Questions