Storyboard crash - coding-compliant key sceneViewController

后端 未结 4 2137
时光取名叫无心
时光取名叫无心 2021-02-19 04:31

I\'m getting an intermittent crash using Storyboards in iOS 5. Every so often, I get a SIGABRT when I try to instantiate a new object with a view controller from my Storyboard.

4条回答
  •  后悔当初
    2021-02-19 05:23

    Open your .xib file for this controller and right click on "File Owner" and check if you have connected any wrong property or outlets. You will find a small yellow icon on the right side of outlet if it is a wrong one. Just remove that and try.

提交回复
热议问题