As I have successfully done many times before, I'm trying to install Firebase in an IOS app. However, my error is far before Firebase is encountered. Steps:
- For safety, reinstall cocoa pods - 'sudo gem install cocoapods'
- Create a pod file in the root directory of the IOS app (the directory containing the .xcodeproj file) - 'pod init'
The directory structure is as follows
..../FBTest
FBTest.xcodeproj
/FBTest
GoogleServices-info.plist
etc
This produces the following, followed by an extensive further set of diagnostics, which seem too be about Ruby
"xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance"
We don't get as far as 'pod install'
Thank you in anticipation - Any suggestions appreciated.