Closed LeonardoMussato closed 1 year ago
I have the same error. @LeonardoMussato can you check my fix? https://github.com/miguelpruivo/flutter_file_picker/pull/1209
@LeonardoMussato let me know if the fix works for you and I'll merge it.
For us, that fix worked!
It seems to work thank you! Now the app starts without any problem and the feature seems to work normally.
We dig the problem a bit, and the root cause was probably related to the latest revision of cocoapods 1.11.3_1
which embedded the new ruby 3.2.0
that doesn't allow that operator.
Rollback to cocoa pods 1.11.3
and ruby 3.1.3
solves the problem too
I'll merge it. Thanks for reporting back.
This issue is stale because it has been open for 14 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Describe the bug While I try to run the app on an IOS emulator a recive the following errors. I'm using the latest version 5.2.4 with flutter 3.3.8 with the Very Good Core framework. My PodFile is like this:
Platform
Platform OS version MacOS 12.6 with Macbook pro M1 Max
How are you picking?
Details to reproduce the issue The error appear everytime I try to run the app
Error LogArchiving com.uaffamily.mobile... Automatically signing iOS for device deployment using specified development team in Xcode project: 8YS26433MD Running pod install... 1,912ms CocoaPods' output: ↳ Preparing
Error output from CocoaPods: ↳
Flutter Version details [✓] Flutter (Channel stable, 3.3.8, on macOS 12.6 21G115 darwin-arm, locale en-IT) • Flutter version 3.3.8 on channel stable at /Users/leo/development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 52b3dc25f6 (9 weeks ago), 2022-11-09 12:09:26 +0800 • Engine revision 857bd6b74c • Dart version 2.18.4 • DevTools version 2.15.0
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) • Android SDK at /Users/leo/Library/Android/sdk • Platform android-33, build-tools 33.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 14.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14B47b • CocoaPods version 1.11.3
[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2021.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.13+0-b1751.21-8125866)
[✓] VS Code (version 1.74.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.56.0
[✓] Connected device (3 available) • iPhone 14 Pro Max (mobile) • AA154037-74FD-4CF2-8E25-04607BFA149A • ios • com.apple.CoreSimulator.SimRuntime.iOS-16-1 (simulator) • macOS (desktop) • macos • darwin-arm64 • macOS 12.6 21G115 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124
[✓] HTTP Host Availability • All required HTTP hosts are available
THANKS FOR YOUR HELP IN ADVANCE