gpt4 book ai didi

ios - 从命令行运行 Apple Instruments 会抛出 : The simulated application quit

转载 作者:行者123 更新时间:2023-11-29 04:37:45 27 4
gpt4 key购买 nike

enter image description here

此弹出窗口会阻止其他脚本运行并打印以下内容:

instruments[2596] : kCGErrorInvalidConnection:CGSGetCurrentCursorLocation: Invalid connection instruments[2596]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() tocatch errors as they are logged.

Segmentation fault: 11

我使用子进程(在 python 中)运行多个脚本来测试我的应用程序。

这是乐器的错误吗?因为有时它只是打印来记录调试事件:“目标应用程序似乎已经死亡”,这不会停止脚本流。

有什么想法吗?

[编辑]

我昨天更新了命令行工具,现在似乎提供了更多详细信息:

[__NSCFType transport]: unrecognized selector sent to instance 0x7fa54ba61b50 

09:43:49.987 instruments[2544:1203]_stopScript: threw -[__NSCFType transport]: unrecognized selector sent to instance 0x7fa54ba61b50

2012-06-15 09:43:49.988 instruments[2544:1203] * -[NSConditionLock dealloc]: lock (NSConditionLock: 0x7fa548dbd480> '(null)') deallocated while still in use

2012-06-15 09:43:49.988 instruments[2544:1203] * Break on _NSLockError() to debug.

最佳答案

您需要使用iPhone模拟器目录中的.app文件。

(或)

使用 DSTROOT 标志执行 xcodebuild 来存放应用程序并将其用于自动化。

xcodebuild -workspace ./ProjectWorkspace.xcworkspace -scheme "SchemeName" -sdk 
iphonesimulator5.1 -configuration "Debug" clean build install
DSTROOT=~/Desktop/tmp/yourAppName.app

关于ios - 从命令行运行 Apple Instruments 会抛出 : The simulated application quit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10848672/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com