uni-app 打包苹果ipa闪退 基座调试同样安装失败

uni-app 打包苹果ipa闪退 基座调试同样安装失败

操作步骤:

  • 基座调试安装失败,正式App Store下载安装后运行闪退

预期结果:

  • 基座调试正常运行

实际结果:

  • 基座调试正常运行

bug描述:

2024-03-11 09:20:51.804 [WARNING:] [PluginHost] Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding

2024-03-11 09:27:47.805 [WARNING:] QLayout: Cannot add a null widget to QVBoxLayout/ 2024-03-11 09:27:47.805 [WARNING:] QLayout: Attempting to add QLayout “” to ExtFormDialog “”, which already has a layout 2024-03-11 09:27:47.805 [WARNING:] QLayout: Attempting to add QLayout “” to ExtFormDialog “”, which already has a layout 2024-03-11 09:27:47.883 [WARNING:] [PluginHost] [xmldom warning] attribute “CFBundleIconFiles” missed value!! “CFBundleIconFiles_” instead2!! @#[line:3,col:1334]

2024-03-11 09:27:47.884 [WARNING:] [PluginHost] [xmldom error] element parse error: Error: attribute value missed!! @#[line:3,col:1334]

2024-03-11 09:27:50.662 [WARNING:] [PluginHost] refreshListData: QJsonValue(object, QJsonObject({“checkedBaseIndex”:2,“code”:1,“device”:{“name”:"",“platform”:“iOS-iPhone”,“runState”:0,“runStateStr”:"",“udid”:"",“version”:“16.3.1”},“env”:{“HX_DEPENDENCIES_DIR”:“c:\Users\86159\Documents\HBuilderProjects\杰然OA\unpackage\cache\uts_custom_ios”},“userData”:{“checkedBaseIndex”:2,“cli”:false,“platform”:“iOS-iPhone”,“runningDevices”:[],“workspaceFolder”:{“id”:"{882d8abd-2dfe-4169-b3ed-c118c68be024}",“name”:“杰然OA”,“nature”:“App”,“uri”:{"$mid":1,“external”:“file:///c%3A/Users/86159/Documents/HBuilderProjects/%E6%9D%B0%E7%84%B6OA”,“fsPath”:“c:\Users\86159\Documents\HBuilderProjects\杰然OA”,“path”:"/C:/Users/86159/Documents/HBuilderProjects/杰然OA",“scheme”:“file”}}}})

2024-03-11 09:27:50.662 [INFO:] [PluginHost] 正在激活插件uniapp-extension… 2024-03-11 09:27:50.678 [INFO:] [PluginHost] 插件uniapp-extension激活成功。 2024-03-11 09:27:50.744 [INFO:] RunDeviceThread::run()================3 2024-03-11 09:27:50.758 [WARNING:] [PluginHost] [xmldom warning] attribute “CFBundleIconFiles” missed value!! “CFBundleIconFiles_” instead2!! @#[line:3,col:1334]


更多关于uni-app 打包苹果ipa闪退 基座调试同样安装失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html

4 回复

deploymentTarget 配置为 12.0

更多关于uni-app 打包苹果ipa闪退 基座调试同样安装失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html


什么意思啊?我是用的HBUilder打包成ipa的

回复 ccsharecc: https://uniapp.dcloud.net.cn/collocation/manifest-app.html 找下deploymentTarget 配置为12.0 就可以了 苹果对于11.0兼容性问题导致的

回到顶部