Top "Watchkit" questions

WatchKit is an integral part of the Apple Watch experience for third-party applications.

WatchKit SDK not retrieving data from NSUserDefaults

I wanted to make a test app for the Apple watch in which you can set some String on your …

ios objective-c xcode xcode6 watchkit
Passing data back from a modal view in WatchKit

When modally presenting, or pushing, an interface controller we can specify the context parameter to pass some data to the …

ios watchkit apple-watch
FBSOpenApplicationErrorDomain Code=3

I just added a Watch app to my project and try : override func awakeWithContext(context: AnyObject?) { super.awakeWithContext(context) let …

ios compiler-errors ios-simulator watchkit apple-watch
Xcode - Error launching WatchKit Extension

I've successfully built a basic Watch/iPhone app and am getting the following error when trying to run on my …

ios xcode watchkit apple-watch
Invalid Bundle, The bundle contains disallowed nested bundles, contains disallowed file 'Frameworks'

I added a shared framework to share code between app and watch extension. Later I removed the shared framework since …

ios cocoapods watchkit
How to automatically set the version and build number of a Watchkit app target

The version and build number (or version and short version) of a Watchkit app and extension have to be set …

ios watchkit apple-watch
Cannot decode object of class

I am trying to send a "Class" to my Watchkit extension but I get this error. * Terminating app due to …

ios swift watchkit
Watch os 2.0 beta: access heart beat rate

With Watch OS 2.0 developers are supposed to be allowed to access heart beat sensors.... I would love to play a …

ios watchkit apple-watch watchos
Apple Watchkit simulator issue: SPErrorInvalidBundleNoGizmoBinaryMessage

When I open my existing Watchkit app (Xcode 6.2), it compiles correctly, the simulators are launched (iPhone+Watch), followed by the …

ios xcode6 watchkit
WatchKit error - unable to find interface controller class '' to instantiate

Whenever I make any connections in my subclass of WKIInterfaceController I get error WatchKit error - unable to find interface …

ios objective-c watchkit apple-watch