Quote:
Originally Posted by SteveY
How is it possible that this process is still such a HUGE pain? Every time I try to deploy an app to an actual device I lose 5-10 HOURS!
I've tried cleaning, shutting down Xcode, deleting the build folder, hula dancing.
|
All security is a PITA--all.
1st, follow all the instructions in the deployment pdf, make every screenshot match--exactly.
That said the single thing I find people doing wrong is having code signing at the project level, delete it all with the remove command in the action drop-down menu (lower left of the window).
I just went through this with a friend who had spend a day or so trying to get AdHoc setup. He had a bunch of badly named profiles ad devices. I cleared all the profiles, chose a simple appID, renamed it to an easily understood name, created a new profile with an understandable name. I created a new project, deleted all code signing at the project level, set up the required signing at te target level. It compiled and worked the first time.
Finally Xcode 3.2 is better with signing.
In general signing now works "if you let it", that was not the case several months ago.