highcharts / highcharts-ios

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

Incorrect architecture for release #403

Closed Kelend closed 2 years ago

Kelend commented 2 years ago

The xcframework contains arm64 for simulator in the release portion of the binary.

building for iOS, but linking in object file built for iOS Simulator, for architecture arm64

Was able to downgrade to 10.0.0.1 and the architectures are correct in that build

Framework was downloaded / installed via cocoapods.

ihnatmoisieiev commented 2 years ago

Hello @Kelend, thank you for the reporting. It will be fixed in the next release.

ihnatmoisieiev commented 2 years ago

Hello @Kelend, could you pls try 10.2.1 version?

Kelend commented 2 years ago

My issue is fixed in 10.2.1

However I am seeing this warning now when building locally for simulator: warning: [CP] Unable to find matching .xcframework slice in ' false ios-arm64_x86_64-maccatalyst/Highcharts.framework' for the current build architectures (x86_64). Doesn't seem to affect anything for me, but I'm guessing some architectures are still missing / missplaced.

ihnatmoisieiev commented 2 years ago

Closing due opening new issue: https://github.com/highcharts/highcharts-ios/issues/405