I recently removed my WatchKit extension from my iOS Target so I could publish a build on the App Store w/out the Watch App; however, since I've tried to add it back, it's not working anymore. I have followed the steps from this question (to remove & add back) here, and my app compiles and builds, but the Watch Connectivity feature does not work anymore. I changed my build number/version on the iOS Target, so I also changed it on the Watch App, but whenever I update the value on my iPhone, it does not transmit the data to my watch anymore. What are all of the steps required to add a watch app back into the iPhone target if you've removed it? Thanks!
I can post code; however, all I know is that it was working fine (transmitting/updating data on the watch) before I removed it, and has since stopped working it after adding it back