You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, if you open a fresh IntelliJ project with Kotlin 2.0.20 and attempt to reproduce the iOS setup, the project fails to sync.
There are several issues, namely the cocoapods plugin definition needs to also be added at the project-leved build gradle along with its version, and the cocoapods {} block syntax has been changed:
Thank you.
I got this issue next: gradle/gradle#20084
which is resolved by a workaround in gradle.properties: kotlin.apple.deprecated.allowUsingEmbedAndSignWithCocoaPodsDependencies=true
However I still get an error when building the project in XCode, do you want me to create a separate issue?
Problem Statement
Basically, if you open a fresh IntelliJ project with Kotlin 2.0.20 and attempt to reproduce the iOS setup, the project fails to sync.
There are several issues, namely the cocoapods plugin definition needs to also be added at the project-leved build gradle along with its version, and the cocoapods {} block syntax has been changed:
https://kotlinlang.org/docs/native-cocoapods-dsl-reference.html#targets
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: