uni-app 云打包打包 ios调试基座失败

uni-app 云打包打包 ios调试基座失败

项目信息 详情
产品分类 uniapp/App
PC开发环境操作系统 Windows
PC开发环境操作系统版本号 win 10
HBuilderX类型 正式
HBuilderX版本号 4.15
手机系统 iOS
手机系统版本号 iOS 14
手机厂商 苹果
手机机型 iphone 12
页面类型 vue
vue版本 vue2
打包方式 云端
项目创建方式 HBuilderX

操作步骤:

ios 调试基座 云打包 打包失败
错误日志: https://app.liuyingyong.cn/build/errorLog/07f995c0-1b31-11ef-aa5b-4bcae866226f
现有模块配置
/* 模块配置 */
“modules” : {
“description” : “传感器”,
“Orientation” : {},
“OAuth” : {},
“Share” : {},
“Payment” : {},
“Camera” : {}
}

预期结果:

调试基座打包成功

实际结果:

ios 调试基座 云打包 打包失败
错误日志: https://app.liuyingyong.cn/build/errorLog/07f995c0-1b31-11ef-aa5b-4bcae866226f

bug描述:

云打包 打包失败
错误日志: https://app.liuyingyong.cn/build/errorLog/07f995c0-1b31-11ef-aa5b-4bcae866226f


更多关于uni-app 云打包打包 ios调试基座失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html

1 回复

更多关于uni-app 云打包打包 ios调试基座失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html


应用是不是配置了自定义storyboard启动界面?从日志看是storyboard文件有问题,关键日志如下:
[PackagePath]/HBuilder/Base.lproj/LaunchScreen.storyboard: error: Line 42: StartTag: invalid element nameCompileAssetCatalog /Users/[Name]/Library/Developer/Xcode/DerivedData/HBuilder-fruzitasfzwcbyehmvonyiiafogz/Build/Intermediates.noindex/ArchiveIntermediates/HBuilder/InstallationBuildProductsLocation/Applications/HBuilder.app [PackagePath]/HBuilder/Assets.xcassets (in target ‘HBuilder’ from project ‘HBuilder’)

回到顶部