flutter_image_cropper
flutter_image_cropper copied to clipboard
Could not build the application for the simulator
Launching lib/main.dart on iPhone 14 Pro Max in debug mode... Running pod install... Upgrading Pods-Runner-frameworks.sh Running Xcode build... Xcode build done. 13,6s Failed to build iOS app Error (Xcode): File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Why is this error related to the plugin?
TOCropViewController Every time the plugin is updated, the ios target must be upgraded to 11 via xcode.
El lun, 15 may 2023, 4:14, HungHD @.***> escribió:
Why is this error related to the plugin?
— Reply to this email directly, view it on GitHub https://github.com/hnvn/flutter_image_cropper/issues/420#issuecomment-1547099617, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3UPKKZLCZAHGZT7LIW26V3XGGGQLANCNFSM6AAAAAAYBCEFQY . You are receiving this because you authored the thread.Message ID: @.***>
Because we change the minimum iOS versions to 11 from v3.0.3, as flowing the update of Flutter: https://github.com/flutter/flutter/issues/101960
facing the same problem