hui-z / image_gallery_saver

flutter中用于保存图片到相册的Plugin
MIT License
273 stars 374 forks source link

issue in pod install #215

Open wrteam02 opened 2 years ago

wrteam02 commented 2 years ago

Invalid plugin specification: EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386

[!] Invalid Podfile file: no implicit conversion of nil into String.

  from /Users/shreesoftech/Downloads/quotes_flutter/ios/Podfile:57

  unless File.exist?(copied_framework_path)
   FileUtils.cp_r(File.join(cached_framework_dir, 'Flutter.framework'), copied_flutter_dir)

end

========flutter doctor -v======= [✓] Flutter (Channel stable, 3.0.1, on macOS 12.3 21E230 darwin-arm, locale en-IN) • Flutter version 3.0.1 at /System/Volumes/Data/fluttersdk/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision fb57da5f94 (9 weeks ago), 2022-05-19 15:50:29 -0700 • Engine revision caaafc5604 • Dart version 2.17.1 • DevTools version 2.12.2

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/shreesoftech/Library/Android/sdk • Platform android-33, build-tools 31.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.3) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.3

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.1) • Android Studio at /Applications/Android Studio_old.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 1.8.0_242-release-1644-b3-6915495)

[✓] 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-7249189)

[✓] VS Code (version 1.69.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.44.0

[✓] Connected device (4 available) • SM E225F (mobile) • 192.168.1.32:41213 • android-arm64 • Android 12 (API 31) • iPhone (mobile) • 199558e2b5a79c9ccbcea36aaba427f8910ad463 • ios • iOS 14.8 18H17 • macOS (desktop) • macos • darwin-arm64 • macOS 12.3 21E230 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 103.0.5060.134

[✓] HTTP Host Availability • All required HTTP hosts are available

codingiswhyicry commented 1 year ago

I'm running into this too.