When deploying Ad Hoc when sending images Default.png

I had a problem when I cannot install a special version of my application through TestFlight. Downloading the application, but at the installation stage it shows something like "Unable to install the application" YourApp ", with the following messages appearing on the console:

Sep 17 16:08:24 unknown installd[4767] <Error>: 00381000 verify_signer_identity: Could not copy validate signature: -402620393
Sep 17 16:08:24 unknown installd[4767] <Error>: 00381000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.2wYy1J/foo_extracted/Payload/PocketCASbeta.app
Sep 17 16:08:24 unknown com.apple.itunesstored[4764] <Notice>: MobileInstallationInstall: failed with -1
Sep 17 16:08:24 unknown installd[4767] <Error>: 00381000 install_application: Could not preflight application install
Sep 17 16:08:24 unknown installd[4767] <Error>: 00381000 handle_install: API failed
Sep 17 16:08:24 unknown installd[4767] <Error>: 00381000 send_message: failed to send mach message of 71 bytes: 10000003
Sep 17 16:08:24 unknown installd[4767] <Error>: 00381000 send_error: Could not send error response to client

codesign --verifydoes not return any errors, and I double-checked that I am using the correct Ad Hoc training profile ( codesign --display -vvvvconfirms this).

However, as soon as I delete all the Default.png images from the application, the installation works and the application can be launched later. IPA has a size of about 10 MB without and 15 MB with all Default.png images.

Any ideas?

+5
source
2

, Xcode 4.5.1 ...

0

IPA Xcode?

.

" Xcode" / "" / /.

+ () , .

, , - Default.png. , , sips, png-, Apple , . ImageMagick .

+1

All Articles