iOS升级hbuilder后uni-app云打包失败

iOS升级hbuilder后uni-app云打包失败

开发环境 版本号 项目创建方式
Mac 15.5 (24F74) HBuilderX

操作步骤:

预期结果:

云打包成功

实际结果:

打包失败

bug描述:

使用uts插件形式引入第三方sdk,在hbuilder45的环境下,可以云打包成功,升级到4.66之后打包失败,报错如下
以下是HBuilderX云打包编译错误信息,分析一下是什么原因?

Error code = -5000  
Error message:  
UTS plugin uni_modules/qx-JsstVideoAccess compile error!  

uni_modules/qx-JsstVideoAccess  
Ld [PackagePath]/uni_modules/qx-JsstVideoAccess/build/Debug-iphoneos/unimoduleQxJsstVideoAccess.framework/unimoduleQxJsstVideoAccess normal (in target 'unimoduleQxJsstVideoAccess' from project 'UTS')  
Undefined symbols for architecture arm64:  
\"_destroyTRTCShareInstance\", referenced from:  
destroyTRTCCloud() in JsstMediaSDK(WxViTalk.o)  
\"_getTRTCShareInstance\", referenced from:  
getTRTCCloud() in JsstMediaSDK(WxViTalk.o)  
ld: symbol(s) not found for architecture arm64  
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

更多关于iOS升级hbuilder后uni-app云打包失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html

回到顶部