Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

include of non-modular header inside framework module 'Bolts BFCancellationToken'

I just downloaded the Parse sample project, installed LiveQueries pod and nothing else. When I try to build it, it pops the two errors below.. What's wrong?

enter image description here

like image 814
Sotiris Kaniras Avatar asked Jun 19 '16 18:06

Sotiris Kaniras


1 Answers

Go to Build Settings under "Target" and set "Allow Non-modular Includes in Framework Modules" to YES

AND

Select the BFCancellationToken.h file in the project navigator. In the target membership area on the right there side of xcode there will be a drop down menu next to the target. Select "public" there (default will be "project").

like image 83
Mtoklitz113 Avatar answered Nov 16 '22 11:11

Mtoklitz113