Log Guru 的作用
FIR.im Log Guru 可以更简单的读手机日志,找到应用无法安装的原因。
使用方法
- step1:
点击下载Log Guru; - step2:
解压打开LogGuru; - step3:
将不能安装应用的iPhone/iPad设备用数据线连到电脑; - step4:
查看不能安装的原因,如图:
- step5:
根据错误(标黄)定位问题所在,如果没见过这种错误,可以到Google搜索别人的解决方法。
一些常见的错误原因
- 证书被封:
(Invalid signing certificate (it may have expired or been revoked)) - 手机内已安装该应用,但是应用的证书和当前下载的证书不同:
profiled➜(Note ) MC: Provisioning profiles changed
installd➜0x100724000 -[MIInstallableBundle performVerificationWithError:]: 517: Upgrad e's application-identifier entitlement string (证书前缀1.BundleID) does not match installed application's application-identifier string (证书前缀2.BundleID); rejecting upgrade.
解决方法:删除旧的应用,重新安装。
- 框架不支持:
installd➜0x2fe93000 install_application: Could not preflight application install
itunesstored➜0x15f6000 MobileInstallationInstall: failed with -1
installd➜0x2fe93000 handle_install: API failed
解决方法:在Build Settings -->Valid Architectures中添加相应的框架。
- 没有添加 UDID:
installd➜profile not valid: 0xe8008012
installd➜0x385000 install_embedded_profile: Could not install embedded profile: 0xe8008012
解决方法:添加该设备的 UDID