Mac M3 here. If bundle install(in the root project folder) fails with bigdecimal error. use the arch -arm64 flag
arch -arm64
arch -arm64 bundle install
Then cd ios pod install
cd ios
pod install