Problem:
Trying to set the WKInterfaceLabel text using xCode 6.2 but it returns this error:
WatchKit Extension[4608:145616] Unable to find image named "hello" on Watch
Code:
@IBOutlet var lblPassword: WKInterfaceLabel!
lblPassword.setText("hello")