ios - 无法初始化测试包 xcode 单元测试
<p><p>当我尝试运行单元测试时,我在 Xcode 9.1 中遇到了这个故障。完整的错误日志如下:</p>
<hr/>
<pre><code>2018-08-20 14:15:23.907432+0800 module-Core-TestHost Unable to initialize test bundle from file:///Users/russell/finder/sdk/dev/module/ios/Build/Products/Debug_MemoryGuard-iphonesimulator/module-Core-TestHost.app/PlugIns/module-Core-UnitTest.xctest/
2018-08-20 14:15:23.911047+0800 module-Core-TestHost IDEBundleInjection Arguments: (
"/Users/russell/Library/Developer/CoreSimulator/Devices/CD5368D2-AB15-4349-81DB-C8B96EB74272/data/Containers/Bundle/Application/3DE8BB53-4825-41FC-8F1C-6299B0C37BE8/module-Core-TestHost.app/module-Core-TestHost",
"-NSTreatUnknownArgumentsAsOpen",
NO,
"-ApplePersistenceIgnoreState",
YES
)
2018-08-20 14:15:23.913488+0800 module-Core-TestHost IDEBundleInjection Environment: {
"CFFIXED_USER_HOME" = "/Users/russell/Library/Developer/CoreSimulator/Devices/CD5368D2-AB15-4349-81DB-C8B96EB74272/data/Containers/Data/Application/81029121-53FF-4C7D-8689-1B8A43D5B172";
CLASSIC = 0;
"CUPS_SERVER" = "/private/tmp/com.apple.launchd.J5oMC8Wk3T/Listeners";
"DYLD_FALLBACK_FRAMEWORK_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks";
"DYLD_FALLBACK_LIBRARY_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib";
"DYLD_FRAMEWORK_PATH" = "/Users/russell/finder/sdk/dev/module/ios/Build/Products/Debug_MemoryGuard-
---
**Unable to initialize test bundle from file:///Users/russell/finder/sdk/dev/module/ios/Build/Products/Debug_MemoryGuard-iphonesimulator/module-Core-TestHost.app/PlugIns/module-Core-UnitTest.xctest/**
</code></pre>
<p>有人知道这个错误吗?谢谢!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>经过几个小时的研究,我终于通过以下步骤解决了我的问题:</p>
<p>从 Xcode,<strong>文件</strong> -> <strong>工作区设置...</strong> -> <strong>高级...</strong> -> <strong>构建位置</strong> strong>(选择“唯一”选项)</p>
<p>原因是 Xcode 构建中间文件不在正确的路径中。通过选择上述选项,所有这些文件都进入了正确的目录,我的问题得到了解决。 </p></p>
<p style="font-size: 20px;">关于ios - 无法初始化测试包 xcode 单元测试,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/51925684/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/51925684/
</a>
</p>
页:
[1]