Error (Xcode): ../../../../../.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' has fewer named arguments than those of overridden method 'File.create'.

Baek Dong Hyun·2023년 5월 9일
1

이번에 인강을 보며 해당 인강 챕터 파일을 다운받아 실행하는데

Error (Xcode): ../../../../../.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' has fewer named arguments than those of overridden method 'File.create'.
Could not build the application for the simulator.
Error launching application on iPhone 13 mini.

해당 에러가 발생했다.

해결하기위해 검색하던중

https://cishome.tistory.com/270

이 블로그를 참고했고, 나중에 또 해당 에러가 발생할까봐 참고하기위해 작성한다.

해결방법 순서는 터미널에 순서대로 4개의 명령어를 입력하면된다.

flutter pub outdated
flutter pub upgrade
flutter channel master
flutter upgrade

이 4개의 명령어를 순서대로 입력하니 문제없이 잘 해결되었다.

profile
안녕하세요.

0개의 댓글