在我安装的 MacBook-Pro v11.3.1 中:
- libimobiledevice
- ideviceinstaller ( https://github.com/libimobiledevice/ideviceinstaller )
期待:
- 需要应用程序侧加载。
- iOS 可以直接安装到最终用户 iPhone 的任何选项。
我尝试使用 ideviceinstaller 安装 iOS 应用程序,
- 开发人员签署临时配置文件的成功。
- 生产/分发标志临时配置文件失败。
--安装失败
Install: CreatingStagingDirectory (5%)
Install: ExtractingPackage (15%)
Install: InspectingPackage (20%)
Install: TakingInstallLock (20%)
Install: PreflightingApplication (30%)
Install: InstallingEmbeddedProfile (30%)
Install: VerifyingApplication (40%)ERROR: Install failed. Got error "ApplicationVerificationFailed" with code 0xe8008016: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.0H6RXs/extracted/mInspect.app : 0xe8008016 (The executable was signed with invalid entitlements.)
如何使用 ideviceinstaller 或任何其他选项(不包括 MDM/ABM)安装生产/分发签名临时配置文件 iOS 应用程序?