Xcode Instruments:泄漏 - 应用程序在启动时崩溃
Xcode Instruments: Leaks - App crashes on launch
Xcode 仪器:泄漏 - 应用程序在启动时崩溃
该应用程序在设备和模拟器中都崩溃了。
什么可能导致应用程序在连接 Instruments 时崩溃,而在使用电缆或通过 Fabric 无线安装时正常工作。
更新:
使用 "Leaks" 选项卡启动 "Allocations" 工具有助于:
其实我认为这是Instruments的一个bug。尝试改用 Allocations 模板,然后单击 + 并添加 Leaks 工具。
我找到了我的 ,但只是在 Instruments 中发现了 "Console" 视图之后,其中包括在应用程序似乎崩溃后立即出现的以下日志消息:
This copy of libswiftCore.dylib requires an OS version prior to 12.2.0
我使用了 Xcode 10.2.1 和 iPad 运行 iOS 12.4。因此,重申一下答案(感谢用户 msk):
If iOS >= 12.2, provide /usr/lib/swift
as a first argument for Runpath Search Paths (under "Linking" in your Build Settings).
Xcode 仪器:泄漏 - 应用程序在启动时崩溃
该应用程序在设备和模拟器中都崩溃了。
什么可能导致应用程序在连接 Instruments 时崩溃,而在使用电缆或通过 Fabric 无线安装时正常工作。
更新:
使用 "Leaks" 选项卡启动 "Allocations" 工具有助于:
其实我认为这是Instruments的一个bug。尝试改用 Allocations 模板,然后单击 + 并添加 Leaks 工具。
我找到了我的
This copy of libswiftCore.dylib requires an OS version prior to 12.2.0
我使用了 Xcode 10.2.1 和 iPad 运行 iOS 12.4。因此,重申一下答案(感谢用户 msk):
If iOS >= 12.2, provide
/usr/lib/swift
as a first argument for Runpath Search Paths (under "Linking" in your Build Settings).