Xcode 4.4 error - Timed out waiting for app to launch

前端 未结 12 678
后悔当初
后悔当初 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:19

    It is issue of Provisioning profile. I was using Distribution Provisioning Profile. Changed back to Development Provisioning profile from Developer portal and used that, Solved the issue.

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

    I tried all solution above with no success. But when I did complete cleanup of my iPhone 4S with iOS 7 this problem never occurred again.

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

    In my case the cause turned out to be the launch daemon being unable to load the app icons and crashing. Even though it didn't look like a crash - the device and the OS were becoming very slow or totally unresponsive. I figured this by analysing the crash logs. (My icons were too large - about 2,500x2,500 - I simply forgot to reduce their sizes properly before adding them to resources). Hope this helps someone.

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

    I had same problem now I resolved it ..

    Follow these step to sort out the problem.

    Step:1 Go to xcode folder like this

    enter image description here

    Step2: Reach to folder xcode->DerivedData

    Step3: Delete all folder inside of DerivedData

    It will work for you Thanks

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

    I had a similar issue when trying to debug an App with Ad-Hoc provisioning... Check which provisioning you're using, it seems ad-hoc provisioning cannot be used for debugging.

    EDIT In fact, it seems only development provisioning profiles are Ok for debugging

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

    I also had same problem. I deleted old provisioning & distribution profiles from the testing devices and installed the modified profiles. The date of these provisioning profiles matter. The error timedout got solved.

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