当我把测试证书改为发布证书时,运行app报这个错误: process launch failed: timed out trying to launch app
所以查了一下怎么解决这个问题,把它记下来:
首先clear一下你的工程;product——>clear
然后把你的app删掉重新编译运行;
确定你的证书有没有加对:target --> Build Settings --> Code signing 而不是Project
本文提供了解决iOS应用发布时遇到的process launch failed: timed out trying to launch app错误的方法,包括清除工程、确保证书正确配置等步骤。
当我把测试证书改为发布证书时,运行app报这个错误: process launch failed: timed out trying to launch app
所以查了一下怎么解决这个问题,把它记下来:
首先clear一下你的工程;product——>clear
然后把你的app删掉重新编译运行;
确定你的证书有没有加对:target --> Build Settings --> Code signing 而不是Project

被折叠的 条评论
为什么被折叠?