After i included a custom badge files into my project, project is failing to build with the following error. Note, that there are not syntax errors anywhere, such as missing includes etc.
What may be going on here please? Clean succeeded. Build failed.
Header file for the class i included contains:
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
Note that needed frameworks are included:
Also, i tried removing/ adding frameworks from the project, that did not seem to do anything to help with this issue.
ANSWERED:
Make sure to include the files you just added into the project by going to Targets -> Build Phases