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) Could not build the application for the simulator. Error launching application on iPhone 14 Pro Max.
플러터 버전: 3.7.5
target.build_configurations.each do |config|
# https://developer.apple.com/forums/thread/725300
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
해결 안됨
출처: https://github.com/ponnamkarthik/FlutterToast/issues/431
아직 해결 못함..