After updating XCode to its latest version, I can't compile my project with a companion watch app .
The error it presents is the following:
error: The deployment targets of your WatchKit app (2.0) and WatchKit extension (8.2) must be equal.
I'v removed the watch app and it compiled, but is brought back to that issue after adding the app back (as a new watch app, not by rolling back the changes)
I'v also found a similar issue from 2015... but the solution is not working this time: here
Also... My targets are on iOS 9.0 and WatchOS 2.0, although it doesn't work even if I change them to the latest versions of the OSs