Could not launch process launch failed: timed out waiting for app to launch

后端 未结 22 1666
广开言路
广开言路 2020-12-02 07:04

I am trying to launch my app on device. It is launching successfully on the simulator.

  • List item
  • I use 7.1 SDK
  • Xcode 5
  • And the devi
相关标签:
22条回答
  • 2020-12-02 07:33

    One more thing to try if you've tried the above: i found this link about quitting itunes to avoid the timeout. This works for me with xcode 5.1

    0 讨论(0)
  • 2020-12-02 07:37

    I cleaned out my provisional profiles, rebooted the iPhone, rebooted the computer, and it worked for me.

    0 讨论(0)
  • 2020-12-02 07:38

    After following the above, it still didn't work (from xCode 6). But after rebooting the phone and deleting the app, it worked.

    0 讨论(0)
  • 2020-12-02 07:39

    Below two steps solved for me:

    For xcode version: 7.2

    • 1.Select any of your simulator to run ( just start your run, no need to load the app completely).
    • 2.Stop it.
    • 3.Then select your device and run.

    This solved in my case.

    0 讨论(0)
  • 2020-12-02 07:40

    In my case there was no value at Targets -> Build Settins ->Provisioning Profile. Though Code Signing looked ok)

    0 讨论(0)
  • 2020-12-02 07:40

    Just restart my Device and works everything fine

    0 讨论(0)
提交回复
热议问题