ios - Apple Watchkit app and extension not installing on local watch -
i have watchkit app, everytime try installing keep getting failed install error. have followed of apples docs , tech sheets , looked answer. provisioning profile appears correct. idea?
jun 2 12:27:51 sausagekings-iphone streaming_zip_conduit[304] <warning>: launchservices: installing app existing placeholder <lsapplicationproxy: 0x12d52e9f0> com.devglasses.iris jun 2 12:27:51 sausagekings-iphone streaming_zip_conduit[304] <warning>: launchservices: not creating progress <lsapplicationproxy: 0x12d52e9f0> com.devglasses.iris since not placeholder. jun 2 12:27:51 sausagekings-iphone pkd[147] <warning>: uninstalled:com.devglasses.iris.watchkitextension com.devglasses.iris.watchkitextension(2.1.0) e2342d5f-e5fc-470e-ba39-dda796cbe5e3 /private/var/mobile/containers/bundle/application/dcee58b5-78c8-471c-b5ab-2d6679934757/iris.app/plugins/iris watchkit extension.appex jun 2 12:27:51 sausagekings-iphone installd[47] <notice>: 0x10050c000 -[miclientconnection _dobackgroundinstallationforpath:withoptions:completion:]: install of "/var/mobile/media/publicstaging/iris.app" type developer requested streaming_zip_conduit (pid 304) jun 2 12:27:51 sausagekings-iphone installd[47] <notice>: 0x10050c000 -[miinstaller performinstallationwitherror:]: installing <miinstallablebundle id=com.devglasses.iris; version=2.1.0, shortversion=2.1.0> jun 2 12:27:51 sausagekings-iphone profiled[124] <notice>: (note ) mc: provisioning profiles changed jun 2 12:27:51 sausagekings-iphone installd[47] <error>: sectrustevaluate [leaf criticalextensions issuercommonname] jun 2 12:27:51 sausagekings-iphone profiled[124] <notice>: (note ) mc: provisioning profiles changed jun 2 12:27:51 sausagekings-iphone installd[47] <error>: sectrustevaluate [leaf criticalextensions issuercommonname] jun 2 12:27:51 sausagekings-iphone cltm[20] <error>: cltm: _subscription 0x0, _subscribedchannels 0x0 jun 2 12:27:51 sausagekings-iphone installd[47] <error>: resource modified: /private/var/mobile/library/caches/com.apple.mobile.installd.staging/temp.sfykm7/extracted/iris.app/plugins/iris watchkit extension.appex/assets.car jun 2 12:27:51 sausagekings-iphone installd[47] <error>: 0x10050c000 -[micodesigningverifier performvalidationwitherror:]: 188: failed verify code signature of <mipluginkitpluginbundle : path = /private/var/mobile/library/caches/com.apple.mobile.installd.staging/temp.sfykm7/extracted/iris.app/plugins/iris watchkit extension.appex identifier = com.devglasses.iris.watchkitextension type = 7> : 0xe8008017 (signed resources have been added, removed, or modified) jun 2 12:27:51 sausagekings-iphone installd[47] <error>: 0x10050c000 -[miinstaller performinstallationwitherror:]: verification stage failed jun 2 12:27:52 sausagekings-iphone streaming_zip_conduit[304] <error>: 0x10040c000 __mobileinstallationinstallforlaunchservices_block_invoke240: returned error error domain=miinstallererrordomain code=13 "failed verify code signature of <mipluginkitpluginbundle : path = /private/var/mobile/library/caches/com.apple.mobile.installd.staging/temp.sfykm7/extracted/iris.app/plugins/iris watchkit extension.appex identifier = com.devglasses.iris.watchkitextension type = 7> : 0xe8008017 (signed resources have been added, removed, or modified)" userinfo=0x12d6227b0 {libmiserrornumber=-402620393, legacyerrorstring=applicationverificationfailed, sourcefileline=188, functionname=-[micodesigningverifier performvalidationwitherror:], nslocalizeddescription=failed verify code signature of <mipluginkitpluginbundle : path = /private/var/mobile/library/caches/com.apple.mobile.installd.staging/temp.sfykm7/extracted/iris.app/plugins/iris watchkit extension.appex identifier = com.devglasses.iris.watchkitextension type = 7> : 0xe8008017 (signed resources have been added, removed, or modified)} jun 2 12:27:52 sausagekings-iphone streaming_zip_conduit[304] <warning>: error: mobileinstallationinstallforlaunchservices returned nil jun 2 12:27:52 sausagekings-iphone streaming_zip_conduit[304] <warning>: __dispatch_source_read_socket_block_invoke:203: failed install application @ file:///var/mobile/media/publicstaging/iris.app/ : error domain=launchserviceserror code=0 "the operation couldn’t completed. (launchserviceserror error 0.)" userinfo=0x12d6242f0 {error=applicationverificationfailed, errordetail=-402620393, errordescription=failed verify code signature of <mipluginkitpluginbundle : path = /private/var/mobile/library/caches/com.apple.mobile.installd.staging/temp.sfykm7/extracted/iris.app/plugins/iris watchkit extension.appex identifier = com.devglasses.iris.watchkitextension type = 7> : 0xe8008017 (signed resources have been added, removed, or modified)}
Comments
Post a Comment