iOS - goatandsheep/goatandsheep.github.com GitHub Wiki

Make sure you have XCode installed, CocoaPods, and various other things.

If having silicone issues:

Run XCode under Rosetta

  1. cd ios
  2. pod install
  3. pod update

If having silicon issues:

  1. delete pods folder
  2. sudo arch -x86_64 gem install ffi
  3. arch -x86_64 pod repo update
  4. arch -x86_64 pod install