highcharts / highcharts-ios

iOS wrapper for Highcharts.
Other
127 stars 39 forks source link

Issue in integrating Highcharts in framework Xcode 14.3.1 #424

Closed shikha110225 closed 9 months ago

shikha110225 commented 1 year ago

I have tried integrating Highchart(10.3.1) in my custom framework in package dependency in xcode (14.3.1), I have imported Highchart in umbrella header as well #import <Highcharts/Highcharts.h> but it is showing me error (fatal) could not build module 'Highcharts' . But in xcode(14.2) same integration works fine.

ihnatmoisieiev commented 1 year ago

Hello @shikha110225, please provide method you used to integrate Highcharts in your project: SPM/Cocoapods/Carthage/xcframework. Thank you!

shikha110225 commented 1 year ago

Hi, @ihnatmoisieiev I used SPM

ihnatmoisieiev commented 1 year ago

@shikha110225 please prepare a small project demo or steps to reproduce, because SPM works good for me.

ihnatmoisieiev commented 9 months ago

Closing due to inactivity.