8***@qq.com
8***@qq.com
  • 发布:2020-08-12 16:47
  • 更新:2020-08-12 17:27
  • 阅读:1368

ios 离线打包正常,云端打包报错缺少依赖库;

分类:uni-app

Undefined symbols for architecture armv7:
\"_OBJCCLASS$_EAAccessoryManager\", referenced from:
objc-class-ref in AMapLocationKit(AMapLocationKit-armv7-master.o)
\"_SM4_decrypt\", referenced from:
+[GMSm4Utils ecbDecryptData:key:] in DCTestUniPlugin(GMSm4Utils.o)
+[GMSm4Utils cbcDecryptData:key:IV:] in DCTestUniPlugin(GMSm4Utils.o)
\"_SM4_set_key\", referenced from:
+[GMSm4Utils ecbEncryptData:key:] in DCTestUniPlugin(GMSm4Utils.o)
+[GMSm4Utils ecbDecryptData:key:] in DCTestUniPlugin(GMSm4Utils.o)
+[GMSm4Utils cbcEncryptData:key:IV:] in DCTestUniPlugin(GMSm4Utils.o)
+[GMSm4Utils cbcDecryptData:key:IV:] in DCTestUniPlugin(GMSm4Utils.o)
\"_SM4_encrypt\", referenced from:
+[GMSm4Utils ecbEncryptData:key:] in DCTestUniPlugin(GMSm4Utils.o)
+[GMSm4Utils cbcEncryptData:key:IV:] in DCTestUniPlugin(GMSm4Utils.o)
\"_OPENSSL_buf2hexstr\", referenced from:
+[GMUtils dataToHex:] in DCTestUniPlugin(GMUtils.o)
\"_OPENSSL_hexstr2buf\", referenced from:
+[GMUtils hexToData:] in DCTestUniPlugin(GMUtils.o)
问下大家有没有遇到这类情况的,有什么解决方案吗?

2020-08-12 16:47 负责人:无 分享
已邀请:
gortonlau

gortonlau

未定义的语法架构armv7,这说明项目可能用到原生插件集成,但是这个插件架构没有考虑到同uniapp云打包架构的兼容性,这个问题要原生开发人员去解决架构兼容问题。

该问题目前已经被锁定, 无法添加新回复