How to fix issue with Enterprise Accout ?

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 :


https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xfa1/v/t34.0-12/11666212_1446271629012426_4522048760246493753_n.jpg?oh=c2ed550cbf4335360cd82d117beec4dc&oe=558EE850&__gda__=1435439966_7aeba78d901a087e5b1e8582baa4c227


========================

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))}

The phones that are failing might have an outdated certificate (profile) still installed, did you have them remove the app before trying to install it again?

How to fix issue with Enterprise Accout ?
 
 
Q