xcode - iOS provisioning get-task-allow AND <Error>: profile not valid: 0xe8008012 -
i have iphone app i've built app store. before there, need test internally. earlier week went out, got distribution provisioning profile , installed on 50 devices around organization. no problem, went super-smooth , happy. cleaned code bit, did refactoring, , added bit of polish. @ same time, had more devices added beta (around 10 additional units). when ready build , run out second beta, went out, got new provisioning profile , archived build ad-hoc on air deployment. tested app on phone (which development device), , failed install. checked device console in organizer , saw error looks this: <error>: entitlement 'get-task-allow' has value not permitted provisioning profile
. never mind fact when archived , deployed 3 days ago worked fine without entitlements plist. thought "ok, 1 of quirks." added entitlements.plist , set get-task-allow
yes
. re-archived distribution provisioning profile, , tried install device , did install properly. tried on 2 separate devices-one had installed when deployed on tuesday, , 1 didn't. neither 1 worked. did thing gets end , says "failed install." thought "ok, doesn't entitlements.plist file. have read things apple reject app app store if has entitlements.plist in build (is true? i'd submit end of next week, if can stupid beta going again!) remove file, archived , deployed again, , got same error. hooked 1 of devices organizer's console, , got error message looks this:
jun 29 08:49:13 unknown installd[14394] <error>: profile not valid: 0xe8008012 jun 29 08:49:13 unknown installd[14394] <error>: 00381000 install_embedded_profile: not install embedded profile: -402620398 jun 29 08:49:13 unknown installd[14394] <error>: 00381000 verify_signer_identity: not copy validate signature: -402620395 jun 29 08:49:13 unknown installd[14394] <error>: 00381000 preflight_application_install: not verify executable @ /var/tmp/install_staging.phe3kj/foo_extracted/payload/lenexa.app jun 29 08:49:13 unknown installd[14394] <error>: 00381000 install_application: not preflight application install jun 29 08:49:13 unknown installd[14394] <error>: 00381000 handle_install: api failed jun 29 08:49:13 unknown installd[14394] <error>: 00381000 send_message: failed send mach message of 71 bytes: 10000003 jun 29 08:49:13 unknown installd[14394] <error>: 00381000 send_error: not send error response client
so looked 0xe8008012
error , note people should make sure provisioning profile set correctly in xcode, , make sure udid in provisioning profile matches devices trying install on.
with in mind, tested ensure wasn't udid issue building against same provisioning file deployed against tuesday. still no go.
i changed of code-signing section on build-settings this:
i read people rebuilt project in xcode. i'd avoid doing that. have ideas? appreciate any!
i figured out. gave me bad udid number. frank, xcode better job of managing these type of issues. shouldn't take half-a-day figure these things out!
Comments
Post a Comment