Error opening Xcode 4.5 project on Xcode 4.2

I used Xcode 4.5 to create an iPad application yesterday and completed it. But today, when I took the same Xcode project and tried to run it on an old computer running Xcode 4.2, it gives me an error about IBNSLayoutConstraint. I think this is due to the new features that were included in the new Xcode 4.5. So I thought there was a way to open a project from a new Xcode in the old version without having to install a new Xcode and OSX.

two muppets

I'm not sure if this question is asked here or not, but I tried to find a solution, but no luck in that.

PS. I already know that the best solution is to abandon these projects in the old version, but this is not what I'm looking for.

+4
source share
2 answers

There is an option in the inspector window when you select an xib file that will not use the restrictions in the "Show file by inspector" section in the inspector called "Use autorun".

Here is a screenshot of this.

enter image description here

+6
source

uncheck the autorun function from each xib file, open your project on xcode4.2, it works in my case, since autodetection is available only in iOS6

+3
source

Source: https://habr.com/ru/post/1437101/


All Articles