博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

“Failed to upload *.app on Device ” Error in iPhone

Posted on 2012-01-30 17:39  星尘的天空  阅读(253)  评论(0编辑  收藏  举报

I am getting an error while uploading my app on device. It does installs it but not able to upload it.

Also I want to run the instrument tool on device but when I run it shows nothing.

Anyone facing the same issues.

 

 

I had this problem after changing around provisioning profiles and app ID's.

 

What fixed it for me:

 

  1. Quit XCode
  2. In Terminal.app, navigate to your project directory and execute rm -rf build/
  3. Restart XCode



LINK ADDRESS :http://stackoverflow.com/questions/1526505/failed-to-upload-app-on-device-error-in-iphone


THE END !