I am trying to install the Mapbox SDK for an iOS app I am creating. However, I'm running into a slew of errors. I have tried downloading the SDK without any third party apps. However, this gave a "Command PhaseScriptExecution failed with a nonzero exit code". Next, I tried Carthage. However, when I type in "update carthage" into the terminal, I get the error "the xcode build could not be found". Next, I went to xcode and I set the command line tools to xcode 10.1 (which is installed on my computer). Then, when I updated carthage, I received a "task failed with exit code 65" error.
I am just wondering if anyone has any solutions to these problems, or if there is an easier way to install mapbox?