79218799

Date: 2024-11-23 20:54:44
Score: 0.5
Natty:
Report link

what we are going to do is to install the cocopods with arch arm compatible version in your project terminal

flutter pub get

then navigate to iOS folder using

cd ios

then

sudo arch -x86_64 gem install ffi

and last thing

arch -x86_64 pod install

Alternatively you could remove pod file then

pod init

the last option you may delete the whole IOS folder then the below command will recreate the IOS folder again

flutter create --platforms=iOS .
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): what we are
  • Low reputation (0.5):
Posted by: ayman omara