Up until today the project containing the watchOS1 worked perfectly. But all of a sudden i encountered the following error
"The operation couln't be completed (LaunchServicesError 0.)"
In addition Xcode asked me to commit to some changes on the project, which i did.
What happened - it changed the watchKit
deployment and debugging target to watchOS2 without any possibility of reversal.
I currently employ the basic openParentApp
method which is deprecated in watchOS2 and i have no intention of making an update for WatchConnectivity framework at the moment. As you've probably already guessed Xcode went bonkers and threw a bunch of errors because of that.
So my only goal right now is to downgrade to OS1 - since there is no SDK or even an option available in the target settings - how do i do it?
Thank you.