'Install pod' fails, reporting no such GitHub repo
Hello,
Complete newbie here, trying to install the environment for iOS development, following this tutorial:
I've come as far as to where we do 'install pod', but the task fails with the following report:
[!] Error installing Metawear-iOSAPI
[!] /usr/bin/git clone https://github.com/mbientlab/Metawear-iOSAPI.git /var/folders/5b/1qvt58q94xj77phzjrhc2dxc0000gp/T/d20190129-897-87w4cf --template= --single-branch --depth 1 --branch 2.6.2
Cloning into '/var/folders/5b/1qvt58q94xj77phzjrhc2dxc0000gp/T/d20190129-897-87w4cf'...
remote: Repository not found.
fatal: repository 'https://github.com/mbientlab/Metawear-iOSAPI.git/' not found
So, it can't find the repo, it seems.
I should mention I'm new to GitHub as well, having only just made an account. But I am logged in there, and certain of the credentials I provide to the terminal.
I guess my pod file matters, which looks like this:
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
target 'Messe Test' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
pod 'Metawear-iOSAPI'
# Pods for Messe Test
end
Hope you can help, have no real idea what to do from here.
Thanks,
Tobias
Comments
Follow the instructions on the tutorials page:
https://mbientlab.com/tutorials/Swift.html
That video is out of date now and will be unlisted.