I am using a custom embedded framework to make my watch extension currently work. However, when I use Xcode 7 with watchOS 2, I get a bunch of warnings, one of which offers to "Update to recommended settings." Has anyone else gotten this?
When I click "Perform changes" to update to the recommended settings, all the lines "#import <MyFramework/MyFramework.h>" in my watch extension interface controller files say "file not found". I have checked to make sure that I am linking with the library MyFramework in the app extension, but this error still appears. Again, I wasn't having this issue prior to Xcode 7.
Any help would be greatly appreciated. Thanks!
Edit: I tried creating a brand new project with an Apple Watch app+extension. I created a custom framework and linked to it in my watch extension, but this error still shows up. So I don't think it has to do with the "recommended settings"...