如题, 通过云打包打的iOS发布包, 安装的时候报错了, 使用的ideviceinstall 报错信息如下:
WARNING: could not locate iTunesMetadata.plist in archive!
WARNING: could not locate Payload/UNI59018DA.app/SC_Info/UNI59018DA.sinf in archive!
Copying './UNI59018DA__20260314191913.ipa' to device... DONE.
Installing 'com.fp.package'
ERROR: Install failed. Got error "APIInternalError" with code 0x00000000: Error Domain=IXErrorDomain Code=13 "Failed to get bundle ID from /private/var/tmp/com.apple.appinstall.temp/temp.Pq0xqd/Extracted/Payload/HBuilder.app" UserInfo={NSLocalizedDescription=Failed to get bundle ID from /private/var/tmp/com.apple.appinstall.temp/temp.Pq0xqd/Extracted/Payload/HBuilder.app, FunctionName=+[IXPlaceholder _placeholderForBundle:client:withParent:installType:metadata:placeholderType:mayBeDeltaPackage:isFromSerializedPlaceholder:location:error:], SourceFileLine=777, NSLocalizedFailureReason=Missing bundle ID.}
双击安装也是报错的,如下图:
我猜问题大概率是因为包里的HBuilder.app里面的info.plist文件是空的, 不知道是哪个环节出错了, 导致info.plist文件没有生成成功.
有人碰到过这个问题吗?
手机系统:iOS26 XCode版本 26.1.1