I am updating in-house app for a client which they have a previous version currently on over 200+ devices of company. I want update new version app, but when i try to sign the app with the distribution provisioning profile it asks me for the private key. After searching, people suggested to revoke the old certificate and generate a new one on the machine. File build success, but some devices install failed. How to fix this issue ?
========================
Screenshots :
========================
Crash Logs :
Jun 26 10:22:26 DungNguyens-iPhone installd[76] <Notice>: 0x100794000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of "/var/mobile/Media//PublicStaging/com.vccorp.sohadownload.zip" type Customer requested by mobile_installation_proxy (pid 1398)
Jun 26 10:22:29 DungNguyens-iPhone installd[76] <Notice>: 0x100794000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundle ID=com.vccorp.sohadownload; Version=2.1.2, ShortVersion=2.1.2>
Jun 26 10:22:29 DungNguyens-iPhone profiled[354] <Notice>: (Note ) MC: Provisioning profiles changed
Jun 26 10:22:29 DungNguyens-iPhone installd[76] <Error>: SecTrustEvaluate [leaf CriticalExtensions IssuerCommonName]
Jun 26 10:22:29 DungNguyens-iPhone CLTM[122] <Error>: CLTM: _subscription 0x0, _subscribedChannels 0x0
Jun 26 10:22:29 DungNguyens-iPhone installd[76] <Error>: SecTrustEvaluate [leaf Revocation1]
Jun 26 10:22:29 DungNguyens-iPhone installd[76] <Error>: developer cert trust result = 5
Jun 26 10:22:29 DungNguyens-iPhone installd[76] <Error>: 0x100794000 -[MICodeSigningVerifier performValidationWithError:]: 188: Failed to verify code signature of <MIExecutableBundle : path = /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.gSQBXv/extracted/Payload/SohaDownloader.app identifier = com.vccorp.sohadownload type = 4> : 0xe8008018 (Invalid signing certificate (it may have expired or been revoked))
Jun 26 10:22:29 DungNguyens-iPhone installd[76] <Error>: 0x100794000 -[MIInstaller performInstallationWithError:]: Verification stage failed
Jun 26 10:22:29 DungNguyens-iPhone mobile_installation_proxy[1398] <Error>: 0x10050c000 __MobileInstallationInstallForLaunchServices_block_invoke240: Returned error Error Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of <MIExecutableBundle : path = /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.gSQBXv/extracted/Payload/SohaDownloader.app identifier = com.vccorp.sohadownload type = 4> : 0xe8008018 (Invalid signing certificate (it may have expired or been revoked))" UserInfo=0x12c675570 {LibMISErrorNumber=-402620392, LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=188, FunctionName=-[MICodeSigningVerifier performValidationWithError:], NSLocalizedDescription=Failed to verify code signature of <MIExecutableBundle : path = /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.gSQBXv/extracted/Payload/SohaDownloader.app identifier = com.vccorp.sohadownload type = 4> : 0xe8008018 (Invalid signing certificate (it may have expired or been revoked))}