Application not automatically launching in device and getting error on xcode

≡放荡痞女 提交于 2019-11-26 14:47:17

问题


I'm getting a weird bug on Xcode 4.5. When i tried to run my application on Ipad 2 from xcode with iOS 6, I'm getting this error.

I done the following methods to run the application, but no luck.

  1. Cleaned the project and run
  2. Restarted the device
  3. Restarted xcode

I have a valid certificate in my machine and the application is installing on the device but it's not launching automatically. What could be the issue ?

Thanks in advance


回答1:


That is really annoying. This error happens in a number of different situations. Sometimes restarting the Xcode, fixes the problem. If not, follow these steps:

Disconnect your device.

Delete the app from your device.

Quit Xcode (Do not just simply close the window, quit it)

Delete derived data folder (~/Library/Developer/Xcode/DerivedData/-gbrvhlvwmpiobxdujegtghggrffp - or something like that)

Now start Xcode once again, connect device and run the project. It should work fine.

from DhilipSiva blog



来源:https://stackoverflow.com/questions/13373994/application-not-automatically-launching-in-device-and-getting-error-on-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!