JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
14.85k stars 1.08k forks source link

[1.6.10-Beta02] Breaks cocoapod import iOS library #4709

Closed cmpeguerog closed 3 weeks ago

cmpeguerog commented 3 weeks ago

Describe the bug After updating to Compose multiplatform 1.16.10-beta02 gradle sync fails importing pods dependencies. Currently im trying to import libPhoneNumber-iOS but i did test with other libraries and the issue still there. The last working version was 1.6.10-dev1557

Gradle Task output: Task with name 'podBuildLibPhoneNumber-iOSIphonesimulator' not found in project ':composeApp'.

Affected platforms

Additional context


 cocoapods {
        version = libs.versions.android.version.name.get()
        summary = "iOS libraries"
        ios.deploymentTarget = "16.0"

        pod("libPhoneNumber-iOS", version = "~> 0.8", moduleName = "libPhoneNumber_iOS")
    }
MatkovIvan commented 3 weeks ago

Duplicate of #4632