Problem:
Trying to set WKInterfaceLabel text using xCode 6.2, but it returns this error:
WatchKit Extension[4608:145616] Unable to find image named "hello" on Watch
The code:
@IBOutlet var lblPassword: WKInterfaceLabel! lblPassword.setText("hello")
apple-watch wkinterfacelabel
user1872384
source share