Untitled

위와 같은 해당 문제를 해결하기 위해

1번 파일 삭제

rm Podfile.lock rm -rf Pods

2번

cd ios pod install --repo-update

3번 flutter clean flutter pub get flutter run

문제 해결 완료! 다음부터는 바로바로 보면서 하자!