-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
- When launching the application on an iOS device, the following error occurs:
Xcode's output:
↳
/Users/ivangalkin/Development/My projects/BReminder/ios/Runner/AppDelegate.swift:3:8: error: compiling for iOS 9.0, but module 'flutter_ok_sdk' has a minimum deployment target of iOS 10.0: /Users/ivangalkin/Development/My projects/BReminder/build/ios/Debug-iphonesimulator/flutter_ok_sdk/flutter_ok_sdk.framework/Modules/flutter_ok_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
import flutter_ok_sdk
^
Before starting , of course, I reinstall the pods
- When launching the application on Android device, the following error occurs:
FAILURE: Build failed with an exception.
* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher.
The following dependencies do not satisfy the required version:
project ': flutter_ok_sdk' -> org.jetbrains.kotlin: kotlin-gradle-plugin: 1.3.0
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Build.gradle:
buildscript {
ext.kotlin_version = '1.5.10'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.10'
}
}
allprojects {
repositories {
google()
jcenter()
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
delete rootProject.buildDir
}
- Is it possible to update the SDK to null-safety?
Flutter:
[✓] Flutter (Channel stable, 2.5.3, on macOS 11.6 20G165 darwin-x64, locale
ru-RU)
• Flutter version 2.5.3 at /Users/ivangalkin/Development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 18116933e7 (10 days ago), 2021-10-15 10:46:35 -0700
• Engine revision d3ea636dc5
• Dart version 2.14.4
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/ivangalkin/Library/Android/sdk
• Platform android-31, build-tools 30.0.2
• Java binary at: /Applications/Android
Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 13.0, Build version 13A233
• CocoaPods version 1.11.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2020.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
[✓] VS Code (version 1.61.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.27.0
[✓] Connected device (3 available)
• sdk gphone x86 (mobile) • emulator-5554 •
android-x86 • Android 11 (API 30) (emulator)
• iPhone 13 (mobile) • 9E936A75-5859-43C8-B27A-ACA4720DF235 • ios
• com.apple.CoreSimulator.SimRuntime.iOS-15-0 (simulator)
• Chrome (web) • chrome •
web-javascript • Google Chrome 95.0.4638.54
• No issues found!
Metadata
Metadata
Assignees
Labels
No labels