美文网首页
process launch failed: timed out

process launch failed: timed out

作者: 梦幻的心爱 | 来源:发表于2019-04-17 10:15 被阅读0次

    1. 在打包出来后, 用 itools安装时有时会出现奇怪的错误, 说是签名错误。 这种情况可能是需要设置Targets->Build

    Settings->Code Signing -> Provisioning Profile,

    设置成一个Distribution的profile即可。

    2. 有时在进行真机调试时,出现程序安装在设备上了,一调试就自动和XCode断开了,没法进行调试,我目前碰到两种情况会这样,

    弹出提示:Could not launch "xxx".  process launch failed: timed out waiting for app to launch

    或者弹出提示:Could not launch "xxx". process launch failed:Security

    解决办法:

    a.是有的企业版证书调试时运行在设备上后,会弹出提示让用户选择是否信任该证书。

    b.是需要把Target-> Build Settings -> Code Signing -> Provisioning Profile设置为一个Automatic.即可。

    相关文章

      网友评论

          本文标题:process launch failed: timed out

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