NSInternalInconsistencyException Could not load nib in bundle

前端 未结 7 794
遥遥无期
遥遥无期 2020-11-28 14:12

I\'ve created an application for child game.

It loads 12 different questions for each round. After the 4th round the app crashes with the following log:



        
7条回答
  •  清酒与你
    2020-11-28 14:57

    It looks like you're trying to instantiate a nib called ThemePickerController.nib and it isn't present. Is the nib included as a project member?

提交回复
热议问题