博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
添加SenTestingKit.framework报错解决方法
阅读量:6551 次
发布时间:2019-06-24

本文共 428 字,大约阅读时间需要 1 分钟。

hot3.png

5. 添加SenTestingKit.framework后报错如下:
dyld:Librarynot loaded:@rpath/SenTestingKit.framework/Versions/A/SenTestingKit
  Referencedfrom:/Users/turner/Library/ApplicationSupport/iPhone Simulator/5.1/Applications/798C5368-9BE2-4697-916B-37111953F2C8/EISElasticImage.app/EISElasticImage
  Reason: image not found
(lldb)
解决办法:在项目/targets/link binary with libary: 把改类库的可选属性:requried 改为optional

转载于:https://my.oschina.net/kevinvane/blog/136018

你可能感兴趣的文章
The method xx方法( ) is undefined for the type XX类
查看>>
接口请求的本地缓存策略
查看>>
后端开发 腾讯一面的失败经历
查看>>
Hadoop简介
查看>>
浅谈 SpringBoot 注解大全
查看>>
vue 学习
查看>>
技术沙龙|区块链商用落地的策略与技术坑-区块链扩展和Fabric商用(杭州)
查看>>
vue打包到服务器,页面显示空白
查看>>
hadoop大数据基础框架技术详解
查看>>
CNBC:现在是时候购买BCH了
查看>>
2018-11-29学习笔记
查看>>
【2018.04.18学习笔记】【linux基础知识7.1-7.5】
查看>>
Python基础——内置hashlib、IO、Json、codecs模块(0426)
查看>>
企业级 SpringBoot教程(三)SpringBoot用JdbcTemplates访问Mysql
查看>>
find命令,文件后缀名
查看>>
Illegal modifier for parameter s; only final is permitted
查看>>
多线程系列六:线程池
查看>>
5 月编程语言排行榜:Java第一,R跌出Top20
查看>>
使用SpringMVC的@Validated注解验证
查看>>
DDoS攻击新趋势:海量移动设备成为新一代肉鸡
查看>>