6

We have tried both iOS 14 and 13. In both cases, the storyboard screens show up like this.

Has anyone else faced this issue and was able to solve it? Or should we revert back to xcode 11 or 10 in order to solve this?

Empty storyboard screens

  • Since there is no programming specific problem, I would recommend posting at http://apple.stackexchange.com as you will likely see a better response – fdcpp Jan 08 '21 at 12:07
  • Hi, did you find a solution for this? – iqra Jan 30 '21 at 14:57
  • Have the same issue but never see this post on https://apple.stackexchange.com – Adro Feb 19 '21 at 00:07
  • I tried opening the project on my **iMac 2017** (Intel) basically almost the same specs as my M1 Macbook, but do not have an issue with rendering the storyboard screens. I presume there might be anything I'm missing or something else since this would be my first time using an M1 Mac. – Adro Feb 19 '21 at 01:13
  • Linking to a question in their developer forums: https://developer.apple.com/forums/thread/674182?answerId=664856022#664856022 – Oscar A. Esquivel Oviedo Mar 15 '21 at 19:42

3 Answers3

5

I have similar issue with Xcode 12.4 on M1 Macbook Pro. As a workaround disable Rosetta Mode when working with storyboard. Follow the below steps

  1. Quit Xcode and open finder and go to Applications folder
  2. Right click on Xcode App and select Get Info
  3. Uncheck "Open using Rosetta" option
  4. Open Xcode, storyboard will work now

Note: With Rosetta Disabled, I wasn't able to build/run the app. So I was toggling the Rosetta mode. I think Apple will fix it sooner.

UPDATE

Xcode 12.5+ fixed this issue.

Anand
  • 5,323
  • 5
  • 44
  • 58
0

I tried on Xcode 12.5 beta on my M1 pro is work well. That's Xcode issue with 12.4 on M1.

0

Selected a device from the list in Device in Xcode fixed it for me:

Tap Device:

enter image description here

Then select a device:

enter image description here

Abdurrahman Mubeen Ali
  • 1,331
  • 1
  • 13
  • 19