flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

Could not build the application for the simulator

Open gabbe-swe opened this issue 1 year ago • 4 comments

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)

gabbe-swe avatar May 14 '23 10:05 gabbe-swe

Why is this error related to the plugin?

hnvn avatar May 15 '23 02:05 hnvn

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: @.***>

gabbe-swe avatar May 15 '23 03:05 gabbe-swe

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

hnvn avatar May 15 '23 03:05 hnvn

facing the same problem

ModAlpha avatar May 17 '23 06:05 ModAlpha