Could not load NIB in bundle: 'NSBundle'

后端 未结 12 1507
礼貌的吻别
礼貌的吻别 2020-12-03 07:27

What is the error listed below?

2011-02-23 21:24:12.218 Success[7238:207] * Terminating app due to uncaught exception \'NSInternalInconsisten

12条回答
  •  渐次进展
    2020-12-03 08:12

    An other possible issue: you are using Base Localization on iOS 5 (caution, it kinda work on the iOS Simulator, but not on a device), but it is supported only starting from iOS 6.

    For more info, see: Could not load nib in bundle base internationalization

提交回复
热议问题