pod 'TSVoiceConverter'

如果,设置了工程target的ENABLE_BITCODE为NO。但是,在真机上运行时,仍然提示类似于如下错误:

URGENT: all bitcode will be dropped because '/Users/[MY_USER]/Downloads/parse-starter-project-1/ParseStarterProject/Parse.framework/Parse(PFMutableFileState.o)' was built without bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. Note: This will be an error in the future.

此时,则需要检查pod工程中,对应的TSVoiceConverter这个targe设置,ENABLE_BITCODE是否也为NO。

最新文章

  1. linux 命令02
  2. Google V8编程详解(一)V8的编译安装(Ubuntu)
  3. nyoj_148_fibonacci数列(二)_矩阵快速幂
  4. MySQL数据库 安装图解
  5. 层叠上下文(The stacking context)
  6. Windows Phone8.1 SDK中的新控件
  7. OpenCV安装要点
  8. 设计模式24---设计模式之职责链模式(Chain of Responsibility)(行为型)
  9. CloudStack核心类ApiServlet、ApiServer、ApiDispatcher、GenericDaoBase源码分析
  10. iOS 自动构建套件 - flow.ci + fir.im + Coding
  11. 也许是目前实现最好的js模拟滚动插件
  12. SpringMVC源码情操陶冶-ViewResolver视图解析
  13. Graph Cuts学习笔记2014.5.16----1
  14. 关于cannot find module 'xxxx’的一个可能解决方法。
  15. Building Forms with PowerShell – Part 1 (The Form)
  16. 【fork/join】java并发编程-fork/join示例
  17. 四、MYSQL的数据类型
  18. beta版本“足够好”/测试矩阵
  19. [转帖] Linux 创建一个简单的私有CA、发证、吊销证书
  20. 一个由于springboot自动配置所产生的问题的解决

热门文章

  1. jQuery.each(object, [callback])数组对象操作--jQuery 对象访问 $().each(callback)
  2. salt常用命令、模块、执行
  3. 淘宝订单数据转CSV
  4. IO流入门-第八章-BufferedWriter
  5. 为什么要使用nonlocal
  6. Struts2.0 封装请求数据和拦截器介绍
  7. linux7开机自启动东方通tongweb
  8. ubuntu su failure when password was right
  9. MySQL优化方案二
  10. redis 字符串和集合操作