As documented, this flag should return YES in iOS14, but we are seeing it as NO for games built with the iOS 14 beta SDK. Could I ask for some clarification, here? Will this flag be false for apps built with the iOS 14 SDK and true for apps built with earlier versions?
Post
Replies
Boosts
Views
Activity
I'm building a dynamic framework. I'm seeing warnings in my test target and example app target.<module-includes>
Umbrella header for module 'MyFramework' does not include header 'absolute path to a public header'The header is included in the umbrella header like:#import <MyFramework/PublicHeader.h>It seems like the warning stems from the fact that the header is located at ./MyFramework/Module/PublicHeader.hIs this an Xcode bug, or an issue with my framework target configuration?