You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning spec repo mapquest from https://github.com/MapQuest/podspecs-ios.git
[!] Unable to add a source with url https://github.com/MapQuest/podspecs-ios.git named mapquest.
You can try adding it manually in ~/.cocoapods/repos or via pod repo add.
I also tried the other two solutions but they do not work.
Could you help me?
Cordially.
The text was updated successfully, but these errors were encountered:
Hello,
I can not install the Mapquest framework for ios.
Indeed, I insert the two lines in my file "Pod" and I get an error after "$pod install" command.
My pod file :
#Uncomment this line to define a global platform for your project
source 'https://github.com/MapQuest/podspecs-ios.git'
platform :ios, '9.0'
target 'A2plus' do
pod 'MapQuestMaps'
end
The error after "$pod install" :
Cloning spec repo
mapquest
fromhttps://github.com/MapQuest/podspecs-ios.git
[!] Unable to add a source with url
https://github.com/MapQuest/podspecs-ios.git
namedmapquest
.You can try adding it manually in
~/.cocoapods/repos
or viapod repo add
.I also tried the other two solutions but they do not work.
Could you help me?
Cordially.
The text was updated successfully, but these errors were encountered: