Check the Target Platform of your framework and watchkit extensiosn in their Build Settings.It seems currently Xcode 7 only lets you choose either iOS or watchOS, but since your framework is shared between platforms you need to manually put all 4 of: watchsimulator, watchos, iphonesimulator, iphoneosIn my case, after fixing the above, I also needed to add armv7k and i386 to Valid Architectures.Then I finally got to see all the new WatchKit compile errors 🙂
Topic:
App & System Services
SubTopic:
Core OS
Tags: