I want to create a preferencesLoader bundle using iOSOpenDev but when I create a new project, in the .h file there is an error :
#import <Preferences/Preferences.h> //Error: File not found
I tried to import the framework manually after downloading it from github but it stills the same error.
EDIT: after creating the project, Preferences framework is already inside the frameworks folder but it's showing in red.
So how to fix it?