-
3 Oct 2012 1:39 AM #1
Native iOS packaging and deployment troubles
Native iOS packaging and deployment troubles
Hey guys,
I have troubles with deployment to the iOS device. I have created native package, installed all certificates and so on, but when copying the application to iPhone I am getting error like
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile.
(0xE8008016).
Here is console log
Oct 3 12:33:24 iVitaly installd[6926] <Error>: 0x2ffa1000 handle_install: Install of "/var/mobile/Media/PublicStaging/RomanticU.app" requested by mobile_installation_proxy
Oct 3 12:33:25 iVitaly installd[6926] <Error>: 0x2ffa1000 MobileInstallationInstall_Server: Installing app com.creamtec.romanticu
Oct 3 12:33:25 iVitaly installd[6926] <Error>: Oct 3 12:33:25 SecTrustEvaluate [leaf CriticalExtensions IssuerCommonName]
Oct 3 12:33:25 iVitaly installd[6926] <Error>: entitlement 'get-task-allow' has value not permitted by a provisioning profile
Oct 3 12:33:25 iVitaly installd[6926] <Error>: entitlement 'aps-environment' has value not permitted by a provisioning profile
Oct 3 12:33:25 iVitaly installd[6926] <Error>: 0x2ffa1000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.a7sQVP/RomanticU.app/stbuild_template: 0xe8008016
Oct 3 12:33:25 iVitaly installd[6926] <Error>: 0x2ffa1000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.a7sQVP/RomanticU.app
Oct 3 12:33:25 iVitaly installd[6926] <Error>: 0x2ffa1000 install_application: Could not preflight application install
Oct 3 12:33:25 iVitaly mobile_installation_proxy[12451] <Error>: 0x3ce88b88 MobileInstallationInstall: failed with -1
Oct 3 12:33:25 iVitaly mobile_installation_proxy[12451] <Error>: handle_install: Installation failed
Oct 3 12:33:25 iVitaly installd[6926] <Error>: 0x2ffa1000 handle_install: API failed
I also tried manually sign the app, but it says that application already signed.
Please advice
-
9 Oct 2012 12:26 PM #2
Did you use sencha command or a third party framework (such as phonegap) to package the app?
-
9 Oct 2012 11:27 PM #3
I tried both. Finally I packed it with phonegap. I didn't find at least one post that describes how to pack app with sencha tool. Seems like nobody had luck with sencha tool
-
11 Oct 2012 12:08 PM #4
I am not sure if you have checked out the docs for command but I will post the links here just in case.
http://docs.sencha.com/touch/2-0/#!/guide/command
http://docs.sencha.com/touch/2-0/#!/...tive_packaging
-
6 Nov 2012 9:33 AM #5
I have the same problem
I have the same problem
My provisioning profiles are all valids in xcode. I package using "sencha app build native". Get the same error and do not know how to solve.
This is the error I get.
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile.
-
6 Nov 2012 1:15 PM #6
The latest Architect 2.1 b670 can be downloaded here:
http://sencha.com/products/architect/
It has many improvements in regard to packaging and support for Sencha Cmd 3.0.
An auto update will be coming out within a weeks time.Aaron Conran
@aconran
Sencha Architect Development Team
-
6 Nov 2012 2:30 PM #7
Good news. Thank you. Hope to buy and try it in the near future.
-
6 Nov 2012 3:25 PM #8
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
SenchaCon or bust!
Known Bugs in Architect Latest
-
7 Nov 2012 1:03 AM #9
Thank you guys, I'll try new cmd tool today
-
7 Nov 2012 4:27 AM #10
I tried the new sencha command. It is better. I got an error.
http://www.sencha.com/forum/showthre...589#post908589


Reply With Quote