Open zenkog opened 2 years ago
I got this error:
[!] No podspec found for `rwa_deep_ar` in `.symlinks/plugins/rwa_deep_ar/ios`
I have tried to do:
Podfile.lock
Podfile
Pods/
flutter clean
flutter pub get
pod install --repo-update
Still does not work. And I realized that there is even no ios/ folder in .symlinks/plugins/rwa_deep_ar/
ios/
.symlinks/plugins/rwa_deep_ar/
Here is my flutter doctor -v
flutter doctor -v
[✓] Flutter (Channel stable, 2.2.3, on macOS 11.2.2 20D80 darwin-x64, locale en-US) • Flutter version 2.2.3 at /Users/ME/development/flutter • Framework revision f4abaa0735 (5 months ago), 2021-07-01 12:46:11 -0700 • Engine revision 241c87ad80 • Dart version 2.13.4 • Pub download mirror https://pub.flutter-io.cn • Flutter download mirror https://storage.flutter-io.cn [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Volumes/ME/Applications/Android/sdk • Platform android-31, build-tools 31.0.0 • ANDROID_HOME = /Volumes/ME/Applications/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/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 12.5.1, Build version 12E507 • 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.62.3) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.8.0 [✓] Connected device (2 available) • iPho (mobile) • 00008101-00001E • ios • iOS 14.8.1 • Chrome (web) • chrome • web-javascript • Google Chrome 96.0.4664.55 • No issues found!
I'm also getting the same issue.
I got this error:
I have tried to do:
Podfile.lock
(as well asPodfile
andPods/
directory)flutter clean
flutter pub get
pod install --repo-update
Still does not work. And I realized that there is even no
ios/
folder in.symlinks/plugins/rwa_deep_ar/
Here is my
flutter doctor -v