简体   繁体   中英

Could not launch “MyApplication” launching failed:process launch failed:timed out waiting for app to launch?

I am working on one universal application, when i run this application it shows error like "Could not launch "MyApplication" launching failed:process launch failed:timed out waiting for app to launch?" I have already tried :

  • closing and reopening the Xcode
  • deleted the app from device and tried rerun
  • restarted the device
  • reviewed build settings for checking correct code signing identities
  • finally restarted the my Mac System

but nothing helped.

Clean your didFinishLaunchingWithOptions method. You should not do any time taking tasks in that method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM