highcharts / highcharts-ios

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

Crash: dyld[659]: Library not loaded: @rpath/Highcharts.framework/Highcharts #405

Closed skuske closed 1 year ago

skuske commented 2 years ago

I am seeing this crash on every project that contains Highcharts:

crash

This even happens in a simple test project. The project builds fine, but once running on a device, it crashes on start up.

Xcode Version 14.1 (14B47b) Mac M1 Highcharts 10.3.1 Adding framework via Cocoapods

ihnatmoisieiev commented 2 years ago

Hello @skuske, thank you for the reporting. We will investigate the issue and come back to you as soon as possible.

ihnatmoisieiev commented 1 year ago

Hello @skuske, we have tried it but can't reproduce the issue. Could you please run a below simple project and check it? Thank you. Highcharts Cocoapods Crash.zip

skuske commented 1 year ago

@ihnatmoisieiev

Thanks, the sample project works.

I have now added Highcharts iOS manually to my project, without using Cocoapods, and that works, too. Too much hassle to get it working via Cocoapods, I already spent hours debugging that. So, for now I am no longer using Cocoapods and it works fine.

ihnatmoisieiev commented 1 year ago

@skuske thanks for you response. Looks like with Cocoapods it works fine now. Could I close the issue?