0

I had created a project in xcode 4.5 But now I have xcode 4.2, in Xcode 4.2 I am unable to open the project's nib files. when I click on nib file, it show following error message.

enter image description here

junaidsidhu
  • 3,539
  • 1
  • 27
  • 49
  • 1
    maybe try turning off auto-layout in the 4.5 project before attempting to open it in 4.2? It might work but then again you cannot really expect an older version of Xcode to open a newer version project cleanly. – bennythemink Nov 06 '12 at 06:22
  • but I really dont have the xcode 4.5 – junaidsidhu Nov 06 '12 at 06:48

1 Answers1

4

go in xib-->showfileInspectore ->

enter image description here

uncheck use autolayout lik below image

enter image description here

Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144