构建完成后,运行Xcode 12.4项目的测试失败,并显示消息:
MyProject.app (10164) encountered an error (
Early unexpected exit,
operation never finished bootstrapping - no restart will be attempted. (
Underlying Error: The test runner exited with code -1 before checking in.
If you believe this error represents a bug,
please attach the result bundle at /Users/admin/Library/Developer/Xcode/DerivedData/MyApp-gczfeuobxydqjrfbdhwzpqjsseyr/Logs/Test/Test-MyApp-2021.09.29_23-12-38-+0430.xcresult
)
)
上面的消息是什么意思?
(括号间距是我的,为了便于阅读)
About My System:macOS Catalinaversion 10.15.7 (19H2)
MacBook Pro(13英寸,2010年中期)
处理器2.4 GHz Intel Core 2 Duo
内存4 GB 1067 MHz DDR3
显卡NVIDIA GeForce 320M 256mb
TK;要么将MacOS升级到最新版本,要么将Xcode降级到11.7
版本。
最后我找到了原因,似乎Xcode11.7
(或者说SDK),是最后版本支持运行在卡特琳娜MacOS版本
(无需任何手动额外工作)。
但是在iOS设备上运行测试工作(没有macOS更新)。
谁来告诉苹果改进他们的错误信息:-(