Flutter/Error
-
Your project requires a newer version of the Kotlin Gradle plugin.Flutter/Error 2024. 8. 31. 01:19
Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the │ │ version number of the plugin with id "org.jetbrains.kotlin.android" in the plugins block of https://kotlinlang.org/docs/releases.html#release-details위의 사이트에 들어가서 kotlin 최신 버전을 알아본다. 이럴때 android/settings.gradle에 plugins..
-
[Error] Error (Xcode): redefinition of module 'Firebase'Flutter/Error 2024. 8. 30. 23:18
Error (Xcode): redefinition of module 'Firebase'밑엔 디렉토리가 뜬다. 이 경우 ios 디렉토리를 Xcode로 들어간다. 그리고 Runner을 선택하고 Package Dependencies가 아무것도 없이 설정해주면 된다. 참고자료https://stackoverflow.com/questions/70760326/flutter-on-ios-redefinition-of-module-firebase
-
[Error/Flutter]CocoaPods did not set the base configuration of your project because your project already has a custom config set.Flutter/Error 2024. 8. 30. 23:15
CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configu..