Reputation: 5384
I have downloaded sample app from internet When ever i executes the application. It is showing an error that was
The document "xxxxxx.xib" could not be opened. Could not read archive.
Please use a newer version of Xcode. Consider changing the document's Development Target to preserve compatibility
i know why i am getting this error that is created latest version of xcode 5 but i don't have xcode 5 because of my MAC OS X is lion.
Is have any alternative solution without install xcode 5?
I have used xcode 4.6 and below vesion of xcode. Any interface builder is not able to open. I have tried to open with 4.6.2, 4.5.2, 4.3.3 as well but no use.
Upvotes: 0
Views: 1445
Reputation: 302
The .xib files created in new xcode 5 differs from the ones created in previous xcode versions. Since Apple moved to new method for making .xib or storyboard in xcode 5, older xcodes cannot read the newer .xibs. So there is no other way, you have to go only for xcode 5.
After installing xcode 5 you may try to make them backward compatible--> see this link
Upvotes: 2