部分库不支持32位系统archive报错:Undefined symbols for architecture armv7

简介: 部分库不支持32位系统archive报错:Undefined symbols for architecture armv7

Undefined symbols for architecture armv7:

“_av_copy_packet”, referenced from:

_DuplicatePkt in IJKMediaFramework(IJKVideoToolBoxAsync.o)

_DuplicatePkt in IJKMediaFramework(IJKVideoToolBoxSync.o)

(maybe you meant: _qc_av_copy_packet, _qc_av_copy_packet_side_data )

“_avio_open_dyn_buf”, referenced from:


xcode创建工程默认支持的指令集有下列三种

>armv7
  iPhone4
  iPhone4S
>armv7s
  iPhone5
  iPhone5C
>arm64
  iPhone5S(以上)


解决办法:只支持 iPhone5S(以上)的arm64。32位系统基本已经处于被废弃的状态。这样的手机最多是只是打个电话,绝大多数数app已经不支持安装。并且它支持的最大操作系统是iOS10以下,而iOS10以下字体大小差别极大,很多第三方库差别也极大。所以建议只支持arm64就可以了


目录
相关文章
|
1月前
|
JavaScript
VUE——filemanager-webpack-plugin报错TypeError: Cannot read property 'isFile' of undefined
VUE——filemanager-webpack-plugin报错TypeError: Cannot read property 'isFile' of undefined
30 0
|
2月前
|
定位技术
vue-baidu-map 报错 | map is undefined
vue-baidu-map 报错 | map is undefined
46 1
|
2月前
|
定位技术
vue-baidu-map 报错 | BMap is undefined
vue-baidu-map 报错 | BMap is undefined
59 1
|
2月前
|
JavaScript 前端开发
报错:Cannot read properties of undefined (reading ‘$message‘)解决方法
以上就是解决"Cannot read properties of undefined (reading ‘$message‘)"错误的几种方法,希望对你有所帮助。
1023 0
|
3月前
|
关系型数据库 MySQL Serverless
函数计算操作报错合集之当遇到“Cannot read properties of undefined(reading 'props')”错误,该怎么处理
在使用函数计算服务(如阿里云函数计算)时,用户可能会遇到多种错误场景。以下是一些常见的操作报错及其可能的原因和解决方法,包括但不限于:1. 函数部署失败、2. 函数执行超时、3. 资源不足错误、4. 权限与访问错误、5. 依赖问题、6. 网络配置错误、7. 触发器配置错误、8. 日志与监控问题。
|
3月前
|
SQL 分布式计算 大数据
MaxCompute操作报错合集之执行sql时,出现Cannot read properties of undefined (reading 'start')错误提示,该怎么办
MaxCompute是阿里云提供的大规模离线数据处理服务,用于大数据分析、挖掘和报表生成等场景。在使用MaxCompute进行数据处理时,可能会遇到各种操作报错。以下是一些常见的MaxCompute操作报错及其可能的原因与解决措施的合集。
|
4月前
|
Swift
use_frameworks引起的Undefined symbols for architecture arm64
use_frameworks引起的Undefined symbols for architecture arm64
45 0
|
3月前
|
前端开发 小程序 JavaScript
微信小程序-Unhandled promise rejection TypeError: Cannot read property ‘get‘ of undefined
微信小程序-Unhandled promise rejection TypeError: Cannot read property ‘get‘ of undefined
|
1月前
|
存储 JavaScript 前端开发
成功解决:Cannot read properties of undefined (reading ‘commit‘)
这篇文章提供了解决Vuex中"Cannot read properties of undefined (reading 'commit')"错误的两种方法:检查模板中的数据属性是否存在,以及确保在Vue实例中正确挂载了store对象。
成功解决:Cannot read properties of undefined (reading ‘commit‘)
|
1月前
|
定位技术 Apache
Echarts——Invalid geoJson format Cannot read property 'length' of undefined
Echarts——Invalid geoJson format Cannot read property 'length' of undefined
31 0

热门文章

最新文章