I have just updated my project to Swift 2.0 after updating to Xcode 7, and I have ran into an issue with my watch extension.
I want to have a watchOS 1 target, along with the watchOS 2 target, so I have created a second target for the watchOS 2 app. The problem is, I am getting an error in the watchOS 1 app on this line:
WKInterfaceController.openParentApplication(["parkName": park]) { userInfo, error in
'openParentApplication(_:reply:)' is unavailable
I can't figure out why. Is there a way that I need to specify that this is a watchOS 1 app?
Any ideas?
EDIT
I found this in the build settings for the extension, but there is no option to change it to watchOS 1.