ios - How to fix issue with Enterprise Account? -


i updating in-house app client have previous version on over 200+ devices of company.

i want update new version app, when try sign app distribution provisioning profile asks me private key.

after searching, people suggested revoke old certificate , generate new 1 on machine. file build success, devices install failed.

how fix issue ?

logs :

jun 26 10:22:29 dungnguyens-iphone installd[76] : 0x100794000 -[micodesigningverifier performvalidationwitherror:]: 188: failed verify code signature of : 0xe8008018 (invalid signing certificate (it may have expired or been revoked)) jun 26 10:22:29 dungnguyens-iphone installd[76] : 0x100794000 -[miinstaller performinstallationwitherror:]: verification stage failed jun 26 10:22:29 dungnguyens-iphone mobile_installation_proxy[1398] : 0x10050c000 __mobileinstallationinstallforlaunchservices_block_invoke240: returned error error domain=miinstallererrordomain code=13 "failed verify code signature of : 0xe8008018 (invalid signing certificate (it may have expired or been revoked))" userinfo=0x12c675570 {libmiserrornumber=-402620392, legacyerrorstring=applicationverificationfailed, sourcefileline=188, functionname=-[micodesigningverifier performvalidationwitherror:], nslocalizeddescription=failed verify code signature of : 0xe8008018 (invalid signing certificate (it may have expired or been revoked))}

register devices not able run app.

  • click add device add device udid
  • then edit provisioning profile select devices.
  • use provisioning profile works.

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -