NSInternalInconsistencyException Could not load nib in bundle

前端 未结 7 793
遥遥无期
遥遥无期 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 15:03

    It is easy... select the XIB file and make sure the desired target of the project is checked under the "Target Membership" section (under the "Show the file inspector" tab), and your problem is solved.

    It is usually happening when you made a copy of an exists file and added to the project manually because in that case you should check the above mentioned target manually as well.

提交回复
热议问题