SenTestingKit not loaded, Image not found
报错信息:
dyld: Library not loaded: @rpath/SenTestingKit.framework/Versions/A/SenTestingKit
文件我参考“http://www.carrotcoded.com/2012/10/10/sentestingkit-not-loaded-image-not-found/”
里面是这样的描述的
I am pretty sure that it was working perfectly in the old macbook pro, therefore i set out to google and see that alot of people actually hit this issue but there wasn’t any clear cut answer. To solve this basically, expand your solution -> Frameworks -> Remove the SenTestingKit from your project. This should resolve the issue. Note : Please remove reference not delete it.
大概的意思就是说,去掉这个SenTestingKit.framework框架就好了。
我去掉后确实可以了,也没有影响我的后面的运行
Note : Please remove reference not delete it.
注意这一句,别删掉了,这个可是框架自己本身就有的
版权声明
由 davidzhang创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于 博客( https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/239
版权声明
由 davidzhang创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于 Gowhich博客( https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/239