If you haven't installed CocoaPods before, then you will want to follow these instructions from the CocoaPods Guide:
CocoaPods is built with Ruby and it will be installable with the default Ruby available on macOS. You can use a Ruby Version manager, however we recommend that you use the standard Ruby available on macOS unless you know what you're doing.
$ sudo gem install cocoapods
From the /MMIWG2S/iOS directory in terminal:
- Run
$ pod install
$ open MMIWG2S.xcworkspace
- Inside Xcode, go to
Signings & Capabilities
, you will need to choose your personal team and change the bundle identifier tocom.[YOUR DOMAIN].MMIWG2S
- You should be able to run your project now.