I just updated to the new version of the Parse sdk (1.8.2) and now I cannot compile my project because I get errors saying Include of non-modular header inside framework
the error points to the bolts framework that is included inside the Parse framework
#import <Bolts/BFTask.h>
I already tried setting Allow Non-modular IncludesIn Framework Modules
to Yes
but that didnt work
what do I have to do to get rid of this error?