Closed akardas16 closed 2 months ago
Try to use the latest version: 1.0.9
Try to use the latest version: 1.0.9
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':composeApp:transformNativeMainCInteropDependenciesMetadataForIde'.
> Could not resolve all files for configuration ':composeApp:iosArm64CompilationDependenciesMetadata'.
> Could not find org.jetbrains.kotlinx.multiplatform-library-template:mediaplayer-kmp-iosarm64:0.0.1.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/multiplatform-library-template/mediaplayer-kmp-iosarm64/0.0.1/mediaplayer-kmp-iosarm64-0.0.1.pom
Required by:
project :composeApp > io.github.khubaibkhan4:mediaplayer-kmp:1.0.9
* Try:
> If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
I'll update these issues. In the upcoming updates.
I have also encountered the same problem, how to solve it
Same
same
This issue is due to iosArm64 target. You can avoid this error and your app will run successfully. If you still face any errors, please let me know. I'll definitely push a new update asap.
This issue is due to iosArm64 target. You can avoid this error and your app will run successfully. If you still face any errors, please let me know. I'll definitely push a new update asap.
How i can avoid it?
It'll be fixed soon.
It'll be fixed soon.
:composeApp:iosArm64Main: Could not find org.jetbrains.kotlinx.multiplatform-library-template:alert-kmp-iosarm64:0.0.1. Searched in the following locations:
Possible solution:
please give me some suggestions so I can fix it
It'll be fixed soon.
:composeApp:iosArm64Main: Could not find org.jetbrains.kotlinx.multiplatform-library-template:alert-kmp-iosarm64:0.0.1. Searched in the following locations:
- https://dl.google.com/dl/android/maven2/org/jetbrains/kotlinx/multiplatform-library-template/alert-kmp-iosarm64/0.0.1/alert-kmp-iosarm64-0.0.1.pom
- https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/multiplatform-library-template/alert-kmp-iosarm64/0.0.1/alert-kmp-iosarm64-0.0.1.pom
- https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/kotlinx/multiplatform-library-template/alert-kmp-iosarm64/0.0.1/alert-kmp-iosarm64-0.0.1.pom Required by: project :composeApp > io.github.khubaibkhan4:alert-kmp:0.0.7
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
please give me some suggestions so I can fix it
Hi @surajkrsharma , This issue is not by the official library module. This issue is by a demo module available inside the Library. Basically this issue is due to the iOS arm64 target. I just need to update the target. I'm working on some new features like portable video players and much more. Hopefully, it'll be available soon. I'll update asap. Please wait 🙏.
@KhubaibKhan4 this is still not fixed, I am facing same issue in v1.1.0
Let me check.
@KhubaibKhan4 This bug is not allowing me to upgrade the library. Any timeline on this? Thanks once again. Eager to try out the new changes
When I try to build project, I get below error