Flutter 자주 발생하는 실행 오류

icymunchhhiip·2021년 10월 4일
0

졸업 작품 (PEEP)

목록 보기
1/8

문제 상황

Error output from CocoaPods:
↳

    [!] Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified. Please
    specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

Error running pod install
Error launching application on iPhone 13.

해결

rm -Rf ios/.symlinks

ios 파일 안에 있는

  • Podfile.lock
  • Podfile
    을 지운다
rm -Rf ios/Pods
flutter clean
cd ios
pod repo update
profile
🐣 behance.net/5c533018

0개의 댓글