0

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.

Community
  • 1
  • 1
Ravindhiran
  • 5,304
  • 9
  • 50
  • 82

1 Answers1

2

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

Community
  • 1
  • 1
MetalJr
  • 302
  • 4
  • 14
  • Nope. It requires OS X version 10.8.4 minimum. You can go for a free upgrade to OS X 10.9 Maverics. – MetalJr Dec 21 '13 at 10:34