Fix pod install and update for Flutter on iOS, M1 mac.
Install pod dependencies
Use the below command to install pod dependencies if you are on Mac M1 chips.
Inside your flutter project, cd ios
And run
arch -x86_64 pod install
Use the below command to install pod dependencies if you are on Mac M1 chips.
Inside your flutter project, cd ios
And run
arch -x86_64 pod install