I have a published iOS app and am trying to add a WatchKit
extension for it.
For now, all I have is a watch interface.storyboard
with a si
I was developing a findersync extension for Mac and faced similar issue with XCode 7.2.1 and i found my changing bundle identifier of the extension project, it fixes the issue. I know this is not a permanent solution but atleast it will help you keep going forward if nothing else works
It was really never working for me.
I was able to fix it to remove any specific architectures in the build settings of the app target and leave it to Automatic (remove ARCHS = ...
in project file)
I have the same issue I have already two watch apps in the App Store but the current project with only some Interface objects runs fine in simulator but not on the watch I get only the waiting symbol and then it switch back to the apps screen on the watch. I found the issue it was a setting of the Build architecture in the build setting. I used Xcode automatic problem solver to change the old project. Now it works fine.
Restarting the watch solved this for me.
From this Apple Support Page: https://support.apple.com/en-gb/HT204510
The Waiting to attach
message is bothering many people. Here are a few things that you can do:
Waiting to attach
appears.Apple Watch
app on your iPhoneOther things you could try:
Apple Watch
app on your iPhoneI discovered that my WatchKit Bundle Names in my info.plist were not consistent. Ensure that the prefixes are exactly correct.