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

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

    Make sure the Provisioning Profile setting in your environment is set to your development profile: Project > Build Settings > Code Signing

    Consider setting it in your Target settings and the Pod project (in case using Cocoa Pods).

    In case the development profile is not present create or download it: Certificates, Identifiers & Profiles > Provisioning Profiles

提交回复
热议问题