Reestablish connection with iPhone and start watchkitextension again

I am using Xcode 6.3 and I keep getting the following message even though my phone and watch are connected (and not locked):

Reconnect with "mm24s iPhone" and run "com.projectname.watchkitextension" again, or if "com.projectname.watchkitextension" is still working, you can attach to it by going to Debug> Attach to Process> com.projectname.watchkitextension.

Even if I reset Xcode, Watch or phone, I still get the above. The app seems to install on devices, but the connection to Xcode does not exist.

Any suggestion on how to fix this?

+3


source to share


1 answer


I ran into this problem too, and felt like I was able to solve it by removing the attribute armv7

Valid Architectures

on the WatchKitApp target and WatchKit target.

Refer to this apple post forum for more information on this.



It drove me crazy for about a day and a half, but it seems to keep me building my clock all the time for the last 2 hours.

-2


source







All Articles