NativeScript / nativescript-ui-charts

NativeScript wrapper around HiCharts library
Apache License 2.0
26 stars 6 forks source link

Please upgrade ios version of the plugin in order to work with Apple Silicon #35

Closed cjohn001 closed 2 years ago

cjohn001 commented 2 years ago

@shiv19, @NathanWalker : I just tried to get the plugin running on a new Apple M1 Pro. I installed my Cocoapods in ARM64 mode. Unfortunately, I am not able to get this plugin linked against my project. The Highcharts 8 cocoapod is not ARM64 compatible. I already tried to upgrade the Highcharts Cocoapod to 9.3 in this plugin, which is the latest official highcharts version. However, i9.3 also does not seem to be compatible with ARM64.

Do you guys know if there is a way to make this plugin compatible? Maybe by forcing the linker to start the Highcharts Pod with Rosetta2? Additional parameters in build.xconfig required? I am not very familiar with native development, hence, it would be great if you guys could give me some directions, I would then try to provide a PR.

cjohn001 commented 2 years ago

solved