叶子的泪
叶子的泪
  • 发布:2025-11-28 18:20
  • 更新:2025-11-28 18:20
  • 阅读:13

uts封装火山语音,为什么库一直更新不下来,在原生iOS项目中是可以更新到的

分类:uts

config.json这样写的
{
"frameworks": [
"AVFoundation",
"CoreTelephony",
"libz.tbd"
],
"deploymentTarget": "14",
"dependencies-pod-sources": [
"https://github.com/CocoaPods/Specs.git",
"https://github.com/volcengine/volcengine-specs.git"
],
"dependencies-pods": [
{
"name": "SpeechEngineToB"
},
{
"name": "TTNetworkManager",
"version": "4.2.210.20"
}
]
}

打包报错,错误信息如下:
[HBuilder] 18:02:32.894 时间: 2025-11-28 17:28:01 类型: iOS Appstore(真机) 打包失败 错误日志: https://app.liuyingyong.cn/build/errorLog/88bf6800-cc3c-11f0-b034-cb4c678df2af
[HBuilder] 18:02:33.101 uni_modules/thy-speech/utssdk/app-ios/Frameworks/AsrManagerFrameWork.framework/Headers/ACASRManager.h:12:9: error: 'SpeechEngineToB/SpeechEngine.h' file not found
[HBuilder] 18:02:33.102 uni_modules/thy-speech/utssdk/app-ios/src/index.swift:1:8: error: could not build Objective-C module 'AsrManagerFrameWork'
[HBuilder] 18:02:33.102
[HBuilder] 18:02:33.102
[HBuilder] 18:02:33.102 ➜ Implicit dependency on target 'Pods-unimoduleThySpeech' in project 'Pods' via file 'Pods_unimoduleThySpeech.framework' in build phase 'Link Binary'
[HBuilder] 18:02:33.102 ➜ Explicit dependency on target 'TTNetworkManager' in project 'Pods'

2025-11-28 18:20 负责人:无 分享
已邀请:

要回复问题请先登录注册