Storyboard broken after updating Xcode to version 10.3 (10G8) & app no longer is running

前端 未结 3 1666
栀梦
栀梦 2021-02-06 20:10

I just updated the Xcode to version 10.3 (10G8).

Now my project is not run with this error: \"enter

3条回答
  •  情话喂你
    2021-02-06 20:31

    I had the same issue, all i did is

    clear constraint, for my case the source was from UITableView, and make sure constraints are attached to safeare not superview. see image

    from toolbar on the top go to Editor > Canvas > Layout Rectangle Very important you have to repeat this step 3 times

    Quit XCode and reopen it again , all should be fixed

    I've noticed this happen when i switch view for different devices 8, 11, 4s

    Good luck

提交回复
热议问题