[Flutter] ios 에뮬레이터 빌드 오류

mando·2023년 9월 14일

문제

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

해결책 1

  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

아직 해결 못함..

profile
"This is the way"

0개의 댓글