When converting some of our frameworks to universal frameworks (multiple target platforms), error messages appear in Xcode that we believe are incorrect: Something like this: Umbrella header for module ‘TestFramework’ does not include header ‘iOS.h’
This post links to an example project which shows the behaviour (UmbrellaHeadersTest.zip).
See the included README.txt
Any suggestions on how to reliably eliminate these warnings would be greatly appreciated!