Hello everyone, I'm having a problem when trying t...
# multiplatform
l
Hello everyone, I'm having a problem when trying to add the GoogleMaps pod, when adding this dependency and when building the project for iOS I get this error that appears on the print screen, I can't understand the reason for the error, since if you remove Google maps dependency the build runs successfully.
j
Hey, did you manage to set it up?
l
Hi, I don't remember very well, but I remember that I need it to delete this line
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n./gradlew :composeApp:embedAndSignAppleFrameworkForXcode\n";
inside iosApp.xcodeproj folder in project.pbxproj file