dyld:库未加载:@ rpath / XCTest.framework / XCTest

时间:2018-06-26 11:20:48

标签: ios cocoapods xctest

尝试使用可可豆将库集成到我的项目中时,我遇到以下异常。

dyld:库未加载:@ rpath / XCTest.framework / XCTest   引用自:/ Users / shoaibahmedqureshi / Library / Developer / CoreSimulator / Devices / CBC381BC-854F-41D6-8D4C-90C2850459AD / data / Containers / Bundle / Application / 095CDEFA-A79A-4235-B046-68277D5C14EB / EasyGridExampleapp   原因:找不到图片

我自己创建了这个开源库,因此我愿意接受对该库的调整和建议,以防万一问题在那里。

Github链接到Project:https://github.com/shoaibahmedqureshi/EasyGridsExample

Github到库的链接: https://github.com/shoaibahmedqureshi/EasyGrids

4 个答案:

答案 0 :(得分:3)

请在“喜欢的框架和库”目标下的“常规”中将XCTest框架设为可选,然后尝试。 enter image description here

答案 1 :(得分:2)

就我而言,发生这种情况是因为我错误地将 Nimble 和 Quick pod 放在我的主要目标而不是我的单元测试目标中。因此,请仔细检查您的 Pod,尝试一一卸载。

答案 2 :(得分:1)

我遇到了同样的问题,并通过删除Podfile.lock并再次安装pod来解决。

答案 3 :(得分:0)

1。清理并构建 2.删除DerivedData文件夹

确保已将库添加到嵌入式二进制文件中