我正在为iPad(运行iOS 9.3.3)编写应用程序(仅限iPad应用程序)它工作得很好,但有时它会因为抛出
2016-10-18 16:09:14.129 appName[239:23575] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'There doesn't seem to be a valid compiled storyboard at path '/var/containers/Bundle/Application/78FAE276-6B37-4A64-AB82-21F171D8E383/appName.app/PDSuperStory.storyboardc''
*** First throw call stack:
(0x2149f91b 0x20c3ae17 0x2611ff71 0x84a88 0x13ef90 0xa6150 0x10c4dc 0x145a58 0xbd1b7f 0xbd1b6b 0xbd6655 0x21461b6d 0x21460067 0x213af229 0x213af015 0x2299fac9 0x25a83189 0x111698 0x21057873)
libc++abi.dylib: terminating with uncaught exception of type NSException在这次崩溃之前,一切运行正常,在Instruments中也没有显示内存泄漏。在清理项目或在设备上重新安装应用程序后,没有解决方案。
有什么解决方案吗伙计们?
发布于 2020-09-21 07:08:05
我得到了同样的错误,直到我刚刚做了Product>Clean构建文件夹,现在看起来一切正常。
https://stackoverflow.com/questions/40108639
复制相似问题