我有一个 iOS 应用,需要通过 testflight 在其他设备上进行测试。
当我直接从 XCode 运行应用程序时,它可以完美运行(调试和 Release模式)。
但是,当我归档 IPA 文件并通过 testflight 下载它时,它会在加载带有 scrollview
的 viewcontroller
和图像时崩溃;。
它在 Xcode 中从不崩溃,只有在从 testflight 安装时才崩溃。
我得到了堆栈跟踪,
: -[CALayer _isResizable]: unrecognized selector sent to instance 0x1d570730 : * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CALayer _isResizable]: unrecognized selector sent to instance 0x1d570730' * First throw call stack: (0x32a452a3 0x3a8e597f 0x32a48e07 0x32a47531 0x3299ef68 0x3486929f 0x34861eb3 0x7a3cf 0x3486c595 0x348c114b 0x348c1091 0x348c0f75 0x348c0e99 0x348c05d9 0x348c04c1 0x348aeb93 0x348ae833 0x7860f 0x3490f28d 0x34991f81 0x33353277 0x32a1a5df 0x32a1a291 0x32a18f01 0x3298bebd 0x3298bd49 0x365552eb 0x348a1301 0x30e1f 0x3ad1cb20)
什么会导致这样的问题?
异常信息已经很清楚了,并说明了正在发生的事情:
:-[CALayer _isResizable]:无法识别的选择器发送到实例 0x1d570730:* 由于未捕获的异常“NSInvalidArgumentException”而终止应用程序,原因:“-[CALayer _isResizable]:无法识别的选择器发送到实例 0x1d570730”*
NSInvalidArgumentException
关于iOS 应用程序在测试飞行时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18269539/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |