it can be solved by executing the following commands in the terminal.
- Go to /ios folder inside your Project.
- Delete
Podfile.lock
- Run
pod install --repo-update
(Make sure your cd into the iOS directory of the flutter app) - Run
flutter clean
- Once complete, rebuild your Flutter application:
flutter run''
댓글
댓글 쓰기