Xcode 4.4 error - Timed out waiting for app to launch

前端 未结 12 679
后悔当初
后悔当初 2020-12-02 18:03

yesterday I installed Xcode 4.4.

I\'m working on a project which needs to run on ios 4.1 upwards, supporting iOS device with camera. Until I installed Xcode 4.4 ever

相关标签:
12条回答
  • 2020-12-02 18:30

    Try to remove you app from simulator and/or reset simulator settings.

    Simulator settings could be different from old one.

    Generally, resetting everything works well.

    0 讨论(0)
  • 2020-12-02 18:32

    Old question but adding my solution for rare cases like mine. Removing app from device/ clean-build/ provisioning changes did not work for me. I restarted the Xcode and it started working fine.

    0 讨论(0)
  • 2020-12-02 18:34

    scheme configuration For me:
    Under Edit Scheme
    For the Run configuration
    On the Info tab
    For Build Configuration
    I had Release selected

    But, it needs to be on Debug to run locally on a device.

    0 讨论(0)
  • 2020-12-02 18:35

    Remove the app from the device/simulator and try again, should work. Looks to be a bug in xcode.

    0 讨论(0)
  • 2020-12-02 18:36

    This worked for me on XCode 4.6 iOS 6.1.2

    • Open Organizer
    • Select your device from the left
    • Add to Portal
    • Enter you Developer credentials
    • Close Organizer and in the project file under your target select "Build Settings" -> "Code Signing Identity" pick the profile "iOS Team Provisioning Profile"
    • Clean and run.
    0 讨论(0)
  • 2020-12-02 18:37

    I had a similar issue. In my case the reason was that I changed the setting for Launch ( xcode -> product -> Edit Scheme) to Wait and forgot about it.

    When I changed the setting back to Automatic, the app will launch as usual.

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