菜鸟教程小白 发表于 2022-12-12 18:09:41

iOS:xcode 5,将项目从 xctest 迁移到 senTestingKit


                                            <p><p>我有 Xcode 5.0.2。
我创建了新项目。
新项目已经有了基于 XCTest 框架的测试目标。
但 XCTest 不适用于 iOS 6.1。
但我想在 iOS 6.1 上测试我的项目,
为此,我相信我应该迁移到 SenTestingKit。</p>

<p>在这里我遇到了一些麻烦,</p>

<p>我导入了 SenTestingKit 框架,
添加了新的基于 senTestingKit 的测试文件。
运行我的测试。</p>

<p>但看起来 xcode 仍在寻找 fot xctest 文件。</p>

<p>如何正确迁移? </p>

<p>更新:我一直有错误 262):库未加载:/Developer/Library/Frameworks/XCTest.framework/XCTest</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>将“Packaging”下的build设置“Wrapper Extension”从xctest更改为octest,就可以了。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS:xcode 5,将项目从 xctest 迁移到 senTestingKit,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/21311518/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/21311518/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS:xcode 5,将项目从 xctest 迁移到 senTestingKit