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
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
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.
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
mapquestfromhttps://github.com/MapQuest/podspecs-ios.git[!] Unable to add a source with url
https://github.com/MapQuest/podspecs-ios.gitnamedmapquest.You can try adding it manually in
~/.cocoapods/reposor viapod repo add.I also tried the other two solutions but they do not work.
Could you help me?
Cordially.