Jurģis Ķiršakmens

Results 10 comments of Jurģis Ķiršakmens

It would be important for me to understand what is the strategy for maintaining library. For example - how many iOS versions back support is planned? (in my opinion -...

This is because module name collision - this library uses the same module name that is used by new Swift Charts framework (available since iOS 16.0, mac OS 13.0). Workaround:...

Probably naming conflicts with Swift native Charts library. Renaming is a work in progress see: https://github.com/danielgindi/Charts/pull/5028 Meanwhile you can see workaround (works for me with Mac Catalyst) using CocoaPods here:...

Renaming is work in progress see: https://github.com/danielgindi/Charts/pull/5028 Meanwhile you can see workaround using CocoaPods here: https://github.com/xjki/Charts/commit/e7404598e2c5bd2f6f26ce2a4f095ac1be6f4bac

Resolved in v5.0.0 https://github.com/danielgindi/Charts/releases/tag/5.0.0

Somehow linked with https://github.com/skiptools/skip/issues/171 pehaps?

Creating new project and setting manual JAVA_HOME override in the project Build Phases-[Run skip graddle] at the top helps (as described here: https://github.com/skiptools/skip/issues/115#issuecomment-2098455645)

> If you run `ls $ANDROID_HOME/licenses`, do you see anything in that directory? Yes, there are license files: ``` android-googletv-license android-sdk-license google-gdk-license mips-android-sysimage-license android-sdk-arm-dbt-license android-sdk-preview-license intel-android-extra-license ``` > From your...