Nicola Gallazzi

Results 9 comments of Nicola Gallazzi

Hello, I have the same problem on a Huawei phone (android 7.0), meanwhile on another phone (General Mobile Gm6 android 7.0) everything works fine.. Have you figured out something from...

Same problem on Huawei P9 Lite and on Huawei P20

In my case I had to import library classes inside my project and recompile the library. I can work to the edits with a pull request On Wed, 19 Sep...

Same here for a Kotlin Multiplatform project ``` > Task :shared:embedAndSignAppleFrameworkForXcode FAILED error: Failed to create directory '/Users/nicolagallazzi/Library/Developer/Xcode/DerivedData/iosApp-aymhszjracyejsdcwymwesnnbasx/Build/Intermediates.noindex/ArchiveIntermediates/Development/InstallationBuildProductsLocation/Applications/Babaco Market - Dev.app/Frameworks' ``` XCode 15, multiplaform plugin version 1.9.10

Same error for me: Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':composeApp:iosArm64CompilationDependenciesMetadata'.

@ColtonIdle thanks for the reply! However seems that the last snapshot is missing on sonatype. My config: ``` repositories { mavenCentral() maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") google() } androidMain.dependencies { implementation("dev.whyoleg.cryptography:cryptography-provider-jdk:0.4.0-SNAPSHOT") } commonMain.dependencies {...

@whyoleg Yep, I guess It's feasible for me, thank you!