Closed arrrrny closed 5 years ago
I am also having this issue
Please help as soon as someone can, it is really urgent! Thanks
I'm also having this issue.
❯ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.10.15-pre.80, on Mac OS X 10.15 19A602, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.1)
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.39.2)
[✓] Connected device (1 available)
• No issues found!
me too [✓] Flutter (Channel stable, v1.9.1+hotfix.6, on Mac OS X 10.15 19A602, locale ja-JP) • Flutter version 1.9.1+hotfix.6 at /Users/sekizawakeisuke/github/flutter/flutter • Framework revision 68587a0916 (6 weeks ago), 2019-09-13 19:46:58 -0700 • Engine revision b863200c37 • Dart version 2.5.0
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/sekizawakeisuke/Library/Android/sdk • Android NDK at /Users/sekizawakeisuke/Library/Android/sdk/ndk-bundle • Platform android-29, build-tools 29.0.2 • Java binary at: /Users/sekizawakeisuke/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/191.5900203/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.1, Build version 11A1027 • CocoaPods version 1.8.4
[✓] Android Studio (version 3.5) • Android Studio at /Users/sekizawakeisuke/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/191.5900203/Android Studio.app/Contents • Flutter plugin version 40.2.2 • Dart plugin version 191.8593 • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
[✓] IntelliJ IDEA Ultimate Edition (version 2019.2.3) • IntelliJ at /Users/sekizawakeisuke/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app • Flutter plugin version 39.0.5 • Dart plugin version 192.6262.58
• No issues found!
sorry fixed https://firebase.google.com/support/release-notes/ios#ml-kit because of 6.10.0 breaking change
sorry fixed https://firebase.google.com/support/release-notes/ios#ml-kit because of 6.10.0 breaking change
I'm still getting the same errors
Hi, all.
Sorry to late response.
I'm working to fix this issue in #85.
If you use the custom model, please try below and check works correctly.
dependencies:
mlkit:
git:
url: git://github.com/azihsoyn/mlkit.git
ref: feature/for_ios_breaking_change
Thanks.
Hi, all.
Sorry to late response.
I'm working to fix this issue in #85.
If you use the custom model, please try below and check works correctly.
dependencies: mlkit: git: url: git://github.com/azihsoyn/mlkit.git ref: feature/for_ios_breaking_change
Thanks.
When i try that I get:
Git error. Command: git clone --mirror git://github.com/azihsoyn/mlkit.git /Users/tiffanyvandermerwe/Development/flutter/.pub-cache/git/cache/mlkit-f6e0eb9a7e750ffb41a137d3b68e5bbcaebf0c0f
Cloning into bare repository '/Users/tiffanyvandermerwe/Development/flutter/.pub-cache/git/cache/mlkit-f6e0eb9a7e750ffb41a137d3b68e5bbcaebf0c0f'...
fatal: remote error:
Repository not found.
pub get failed (server unavailable) -- attempting retry 1 in 1 second...
Thanks, @tiffvan!
And sorry, the repository URL is not correct.
Please try again below.
dependencies:
mlkit:
git:
url: git://github.com/azihsoyn/flutter_mlkit.git
ref: feature/for_ios_breaking_change
mlkit: git: url: git://github.com/azihsoyn/flutter_mlkit.git ref: feature/for_ios_breaking_change
YES!!! Thank you it works now!
Thanks @tiffvan!
OK, I release the new version.
I released 0.15.0.
Thanks.
Getting below errors while building for IOS. I do everything as instructed. My targe ios is 10.0
/Users/arrrrny/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/mlkit-0.14.1/ios/Classes/MlkitPlugin.m:234:37: error: no visible @interface for 'FIRRemoteModel' declares the selector 'initWithName:allowsModelUpdates:initialConditions:updateConditions:' [[FIRRemoteModel alloc] initWithName:modeName