You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just wanted to add JBChartView to my Project and installed it via Cocoapods. I already had a bridging header file in my project for fmdb (sqlite class). After installation i added the missing lines to the bridging header:
i already had #import <UIKit/UIKit.h> in the bridging header file for fmdb. But after compiling the project Xcode complains about all .h files for JBChartView wich can not be found.
What do i need to do here?
Regards
Dirk
The text was updated successfully, but these errors were encountered:
Hi,
i just wanted to add JBChartView to my Project and installed it via Cocoapods. I already had a bridging header file in my project for fmdb (sqlite class). After installation i added the missing lines to the bridging header:
i already had
#import <UIKit/UIKit.h>
in the bridging header file for fmdb. But after compiling the project Xcode complains about all .h files for JBChartView wich can not be found.What do i need to do here?
Regards
Dirk
The text was updated successfully, but these errors were encountered: