I am trying create CI for my project using jenkins. Build is failing continuously because of the below mentioned issue. I have integrated charts as mentioned in USAGE tab. I can also reproduce the issue using terminal with 'XCODEBUILD' command.
and CI:
xcodebuild archive -scheme TeCharts1 -configuration Debug -archivePath /Users/xxxx/Desktop/test/test.xcarchive clean archive
Configuration details:
xcode 9.4.1
swift 4
Objective c project
fatal error:
'Charts/Charts.h' file not found
#import <Charts/Charts.h>
^
1 error generated.
I can use xcode to generate ipa. It took me a long time to look for an answer in google and stack overflow and i counld't find the answer.I have no idea. Please help me.