I've created a watchOS 2 app and extension in Xcode 7 (beta 5). The extension is set up to include a static library as the watchOS 1 extension used to. This means that the static library needs to be compiled using the watchOS 2 SDK. I have set my build options for the library to build with the armv7k architecture.When I build the library separately in its own scheme, it builds without any errors or warnings. However, when I build my iPhone target, of which the watch and therefore the static library are dependencies, I get the following errors (amongst many)In file included from /Users/ricky/Documents/Silverlake/Other Sources/Silverlake-Prefix-Watch.pch:8: In file included from /Users/ricky/Documents/Silverlake/Silverlake_Watch.h:15: In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator2.0.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WatchKit.h:9: In file included from /Applications/Xcode-beta.app/Contents/Deve
0
0
778