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
Hi Daniel,
Thanks for the super framework.
Run is failing continuously because of the below mentioned issue. I have integrated charts as mentioned in USAGE tab.
I use below cli xcodebuild archive -project TeCharts1.xcodeproj -scheme TeCharts1 -configuration Debug -archivePath /Users/Mac/Desktop/test/test.xcarchive clean archive
Configuration details:
xcode 9.4.1
swift 4.1
Objective c project
fatal error:
'Charts/Charts.h' file not found
#import <Charts/Charts.h>
^
1 error generated.
please help me.
Thanks
The text was updated successfully, but these errors were encountered:
Hi Daniel,
Thanks for the super framework.
Run is failing continuously because of the below mentioned issue. I have integrated charts as mentioned in USAGE tab.
I use below cli
xcodebuild archive -project TeCharts1.xcodeproj -scheme TeCharts1 -configuration Debug -archivePath /Users/Mac/Desktop/test/test.xcarchive clean archive
Configuration details:
xcode 9.4.1
swift 4.1
Objective c project
fatal error:
'Charts/Charts.h' file not found
#import <Charts/Charts.h>
^
1 error generated.
please help me.
Thanks
The text was updated successfully, but these errors were encountered: