美文网首页
iOS13 真机运行无法安装最新问题解决方案

iOS13 真机运行无法安装最新问题解决方案

作者: LiteDeveloper | 来源:发表于2019-10-24 17:50 被阅读0次

Could not locate installed application Install claimed to have succeeded, but application could not be found on device. bundleId = *

相信这个问题不少小伙伴都遇到了,也是让人头痛不已,个人探索了下,总共有这几种情况可以尝试解决:

1、加的三方framework的embed模式,为embed without signing时报这个错,改为embed&sign就好了

2、重新插拔手机线,重新信任手机

3、删除本地的证书,重新下载证书

4、设置File > Workspace Settings... > Build System > Legacy Build System,就可以了,本人是通过这种方式解决的,这个只有iOS13才会出现的问题!!!

希望能够帮到升级到iOS13,xcode11的朋友们。。。😁😁😁

相关文章

网友评论

      本文标题:iOS13 真机运行无法安装最新问题解决方案

      本文链接:https://www.haomeiwen.com/subject/aaudvctx.html