SyntaxFix
Write A Post
Hire A Developer
Questions
If you see this error in an umbrella header when building a dynamic framework, make sure you import your file as:
#import "MyFile.h"
and not as #import <MyFramework/MyFile.h>.
#import <MyFramework/MyFile.h>