xcode4 - Xcode 4 Ad-Hoc Distribution - Unable to Download -


i had upgrade our development machine xcode4 , after initial interface change has gone quite smoothly. i'm in process of using ad-hoc distribution on first time followed guide set profiles/schemes etc. http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/

this process took:

1/ setup new provisioning profile under distribution. selected ad-hoc, correct app , uuids.

2/ installed profile within xcode 4.

3/ in xcode duplicated release configuration , named ad-hoc.

4/ under code-signing made sure ad-hoc had new profile selected.

5/ edit archive scheme , selected 'ad-hoc' build configuration.

6/ select product > archive , made sure profile listed correct.

7/ on save screen selected 'enterprise distribution' , entered app url , title.

8/ copied resulting ipa archive, plist , mobileprovision (downloaded in point 1) our http server.

9/ added required html , pointed mobile safari it.

10/ selected mobileprovision installed without problem.

11/ selected app begins install resulting in "unable download" @ 90%.

i've tried several potential solutions other posts result in same thing. used work fine in xcode 3 (using normal developer account, not enterprise) , far can tell i'm not doing different doing wrong?

thanks.

try this: open scheme using edit it. check if in build phases (build, run, test, profile, ...) build configuration set correctly. if not set correct configuration , build again.

if not work ad new entitlements.plist project , add new value key get-task-allow no.

edit: have tried make product > build > build archiving , product > archive. worked me.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -