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
When I try to build ChartsDemo, Xcode complains about ChartsDemo-Swift.h not being found in a few .m files whicj have #import "ChartsDemo-Swift.h" in them.
I can't find the file anywhere in the project as well.
The text was updated successfully, but these errors were encountered:
It's generated automatically by Xcode for bridging Swift to ObjC.
You should make sure that you are using a compatible version of Xcode (6.3), that
successfully compiles the Charts module, so that the header will be
available.
When I try to build
ChartsDemo
, Xcode complains aboutChartsDemo-Swift.h
not being found in a few.m
files whicj have#import "ChartsDemo-Swift.h"
in them.I can't find the file anywhere in the project as well.
The text was updated successfully, but these errors were encountered: