I want to build the iOS app at the same time as the watch application, is there a way do this?
Currently to build/run either application I have to go to Product > Scheme > iOS or select WatchKit App. As far as I know I am not able to have both of these options selected at the same time. Is there a way to do this?
I eventually want to run these apps in "parallel" so that I might read information from my watch and display it on the iOS application.