Cocoapods "iphoneos" cannot be located Code Example
cocoapods "iphoneos" cannot be located
Real quick run:
sudo xcode-select --switch /Applications/Xcode.app
in your /ios directory (or wherever your app is) then do:
pod install
again and it should be good to go!