I am trying to export an app for testing outside of the app store. When I generate the IPA file, I get a log of error messages. More to follow.

Here are the error messages:


ep 8 10:58:07 iPod-touch itunesstored[114] <Warning>: [ApplicationWorkspace]: Installing software package with bundleID: edu.maryville.MVctlTest1: bundleVersion: 1.0 path: /var/mobile/Media/Downloads/6863676924161571305/4488451217506098669

Sep 8 10:58:07 iPod-touch installd[42] <Notice>: 0x1f081000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of "/var/mobile/Media/Downloads/6863676924161571305/4488451217506098669" type Customer (LSInstallType = 1) requested by itunesstored (pid 114)

Sep 8 10:58:08 iPod-touch voiced[292] <Warning>: Error (hex)80000008 (int)-2147483640 at /BuildRoot/Library/Caches/com.apple.xbs/Sources/VoiceServicesDaemons/VoiceServices-281/Daemon/VSSpeechServer.m:1402 (destroying TTS instance)

Sep 8 10:58:08 iPod-touch mediaserverd[43] <Notice>: '' (pid = 292) setting DiscoveryMode = DiscoveryMode_None, currentDiscoveryMode = DiscoveryMode_None

Sep 8 10:58:10 iPod-touch installd[42] <Notice>: 0x1f081000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundle ID=edu.maryville.MVctlTest1; Version=1, ShortVersion=1.0>

Sep 8 10:58:10 iPod-touch misagent[97] <Notice>: MIS: attempt to install invalid profile: 0xe8008012

Sep 8 10:58:10 iPod-touch installd[42] <Error>: 0x1f081000 -[MIInstallableBundle _installEmbeddedProfileInBundle:]: Could not install embedded profile: 0xe8008012 (This provisioning profile cannot be installed on this device.)

Sep 8 10:58:10 iPod-touch securityd[85] <Error>: secTaskDiagnoseEntitlements MISSING keychain entitlements: no stored taskRef found

Sep 8 10:58:10 iPod-touch installd[42] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]

Sep 8 10:58:10 iPod-touch installd[42] <Error>: 0x1f081000 +[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:]: 142: Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.kBtLyF/extracted/Payload/MVctlTest1.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)

Sep 8 10:58:10 iPod-touch installd[42] <Error>: 0x1f081000 -[MIInstaller performInstallationWithError:]: Verification stage failed

Sep 8 10:58:11 iPod-touch itunesstored[114] <Error>: 0x1f219000 __MobileInstallationInstallForLaunchServices_block_invoke222: Returned error Error Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.kBtLyF/extracted/Payload/MVctlTest1.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)" UserInfo={LibMISErrorNumber=-402620395, LegacyErrorString=ApplicationVerificationFailed, FunctionName=+[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:], NSLocalizedDescription=Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.kBtLyF/extracted/Payload/MVctlTest1.app : 0xe8008015 (A valid provisioning profile for this executable was not found.), SourceFileLine=142}


I have a subscription as an individual Apple Developer agent.


When I have gone through some of the developer or stack overflow documentation for this kind of an error, it states that in order to generate an inhouse provisioning profile, I need to have an "Enterprise" account.


In looking at the mobileprovision file in the IPA, it looks like it is restricting me to three devices. Before we tried to do the inhouse distribution for testing, I physically plugged in 3 ipads and downloaded the app for preliminary testing. Is that something I must undo as well?


Any guidance would be greatly appeciated.


Thanks to the support forum for any help in advance.

I am trying to export an app for testing outside of the app store. When I generate the IPA file, I get a log of error messages. More to follow.
 
 
Q