1

An hour ago everything worked great. I was busy hacking away at my code, deploying it to the simulator or my iPad as I liked, and no problems. Then I thought all the bugs were gone, so I created a new Provisioning Profile for the app and added it to the "Release" Project Settings. Suddenly, I cannot launch the app on my iPad anymore, and the only thing that XCode tells me is "Failed to upload MyApp.app"... no elaboration at all.

I'm still using the Developer Profile (which the organizer assures me is installed on my iPad) for the "Debug" Project Settings.

I tried deleting the most recent version from my iPad, deleting the Build/ directory, and then installing but no joy.

Help, please!

PengOne
  • 48,188
  • 17
  • 130
  • 149

1 Answers1

2

I'd try removing your provisioning profiles, even going through and manually editing your project file such as described: Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile

Then reinstall the profiles. Anytime I've had an issue like you're describing that has solved the problem for me.

Community
  • 1
  • 1
Jay
  • 4,480
  • 3
  • 25
  • 22