-3

I am working on Xcode 12. And I created a new project on Xcode 12. I compile & run it successfully. when I run this project on Xcode 11.3 then It throws an error like: The document “Main.storyboard” requires at least Xcode 12.0 .

So, help me to fix this problem. I want to run this project in a lower version of Xcode 12.

Kumar Lav
  • 234
  • 1
  • 3
  • 9

1 Answers1

0

Since the project is created in Xcode 12. The minimum required Xcode version is Xcode 12. If you want to compile with Xcode 11.3, recreate the main.storyboard using Xcode 11.3

Edit: As pointed out my matt in a comment alternative way is to open main.storyboard as source code and update toolversion value same as Xcode 11.3. (try sample storyboard to find toolversion for Xcode 11.3)

enter image description here

Manish Punia
  • 747
  • 4
  • 9