0

I developed task using Xcode v8. But now I need to be able to open it in Xcode v7. I have needed version of Xcode. But I cannot open Files and perform build.

I cannot open Files and perform build

Community
  • 1
  • 1
  • 1
    Possible duplicate of [Where to download an slightly older iOS SDK?](http://stackoverflow.com/questions/34876144/where-to-download-an-slightly-older-ios-sdk) –  Mar 03 '17 at 12:46
  • 1
    @Sneak while I'm not sure what the OP is asking, I think they have the older versions of Xcode and are just having issues building an Xcode 8 project on Xcode 7. See [my answer](http://stackoverflow.com/a/42583702/2415822). – JAL Mar 03 '17 at 16:18
  • I'm sure this has been asked before though, let me try to find a different dupe target. – JAL Mar 03 '17 at 16:18
  • @JAL Yeah your right, he added the picture and more info later it seems. I think I misunderstood his actual question. –  Mar 04 '17 at 01:09
  • @JAL http://stackoverflow.com/questions/37851459/the-document-main-storyboard-requires-xcode-8-0-or-later Here is the duplicate and solution for this problem. –  Mar 04 '17 at 01:24

1 Answers1

1

You can use Xcode 7 but you will need to change all the syntax manually. There is no converter available for downgrading.

If your code is completely in Obj-C then it will not be a problem for you, but for swift you will end up with a lot of changes.

If you want to test your functionality you can download lower version simulators and add device with that OS.

Parth Adroja
  • 13,198
  • 5
  • 37
  • 71