ios - Failed to verify code signature WatchKit -


i'm trying run watchkit app on apple watch every time message tells me cannot verify code signature :

companionappd[153] <warning>: failed install watchkit application, error: (error domain=launchserviceserror code=0 "the operation couldn’t completed. (launchserviceserror error 0.)"  userinfo=0x15ddfba0 {error=applicationverificationfailed,  errordetail=-402620391,  errordescription=failed verify code signature of <miexecutablebundle :  path = /private/var/mobile/library/caches/com.apple.mobile.installd.staging/temp.kd3tcx/extracted/com.**.**.watchkitapp.app  identifier = com.**.**.watchkitapp type = 4> : 0xe8008019  (application signature not valid)}) 

but i've tried revoke current developer certificate, created new provisioning profile app, watchkit extension, , watchkit app. put apple watch device id on provisioning profile.

i've deleted provisioning profiles on mac, reloaded it.

i've clean project, removed derived data.

i've restarted mac.

i've done : https://stackoverflow.com/a/29857073/840233

and : https://stackoverflow.com/a/29452435/840233

i've done !

is there had same issue , found solution? next step clean install of mac, iphone , apple watch. find solution ! :)

thanks !

i've deleted watchkit target (extension & app), , create new one, works now...

edit

i've found 1 of run script (i don't know one) cause issue. these scripts on apple watch extension target. scripts stay on main app's target !


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -