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

后端 未结 22 1668
广开言路
广开言路 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:43

    Check Product Name for dots "." "." are not allowed in Product name.

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

    I just had this issue. I had to open the app on device and tap Trust Computer. No need for me to reboot everything 20 times, yay.

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

    As all of the above answers didn't helped for me I'll publish my solution:

    Deleting all the occurrences of xcuserdata folders in .xcodeproj and .xcworkspace and restarting Xcode fixed the problem. To delete it right click your_app_name.xcodeproj and/or your_app_name.xcworkspace in your app folder and select "Show Package Contents". I hope that help someone to save some time.

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

    If your provisioning profile and code sign everything is alright then try once Quit and Restart your XCode. It will work for me.

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

    Selection in provisioning profiles may cause this problem. So while launching an app on to the device, make sure you are using the development profile & not the distribution profile. I have been facing the same issue. But got away with it using the same process.

    Check for Project > Build Settings > Provisioning profile & select your development profile.

    And also take care of Code Signing Identity in the same tab. Make sure you choose both the identities of Developer & NOT of Distribution.

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

    Check whether the device memory is full.

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