求大佬救命,跑离线打包是正常的,现在是云打包有不行,看不出哪里错了,
IOS 集成了两个离线原生插件,
1、腾讯云即时通讯IM
2、腾讯云直播SDK(无UI)
直播官方文档:https://cloud.tencent.com/document/product/454/56588
云打包时出现这个错误日志:
[HBuilder] 16:44:47.105 时间: 2024-12-27 16:42:50 类型: iOS Appstore(真机) 打包失败 错误日志: https://app.liuyingyong.cn/build/errorLog/8d6c1b00-c42e-11ef-abe6-8184bcdce060
nativeplugins -> package.json ->
"ios": {
"plugins": [{
"type": "component",
"name": "TXLiveRTCV2UniComponent",
"class": "TXLiveRTCV2UniComponent"
}],
"frameworks": ["TXFFmpeg.xcframework","TXLiteAVSDK_Live.xcframework"
,"TXLiveV2UniPlugin.framework"
,"AVFoundation.framework"
,"VideoToolbox.framework"
,"OpenGLES.framework"
,"Accelerate.framework"
,"MetalKit.framework"
,"CoreTelephony.framework"
,"GLKit.framework"
,"Foundation.framework"
,"SystemConfiguration.framework"
,"AssetsLibrary.framework"
,"CoreServices.framework"
,"CoreMedia.framework"
,"AVKit.framework"
,"MetalPerformanceShaders.framework"
,"TXSoundTouch.xcframework"
,"TXLiteAVSDK_ReplayKitExt.xcframework"
,"libz.tbd"
,"libsqlite3.0.tbd"
,"libresolv.tbd"
,"libc++.tbd"
],
"embedFrameworks": [
"TXFFmpeg.xcframework","TXLiteAVSDK_Live.xcframework"
,"TXLiveV2UniPlugin.framework"
,"AVFoundation.framework"
,"VideoToolbox.framework"
,"OpenGLES.framework"
,"Accelerate.framework"
,"MetalKit.framework"
,"CoreTelephony.framework"
,"GLKit.framework"
,"Foundation.framework"
,"SystemConfiguration.framework"
,"AssetsLibrary.framework"
,"CoreServices.framework"
,"CoreMedia.framework"
,"AVKit.framework"
,"MetalPerformanceShaders.framework"
,"TXSoundTouch.xcframework"
,"TXLiteAVSDK_ReplayKitExt.xcframework"
,"libz.tbd"
,"libsqlite3.0.tbd"
,"libresolv.tbd"
,"libc++.tbd"
],
"integrateType": "framework",
"deploymentTarget": "9.0"
}