Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Pod file for Mapquest iOS SDK installation. #1

Open
webdream-fr opened this issue Nov 24, 2016 · 1 comment
Open

Error with Pod file for Mapquest iOS SDK installation. #1

webdream-fr opened this issue Nov 24, 2016 · 1 comment

Comments

@webdream-fr
Copy link

webdream-fr commented Nov 24, 2016

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 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.

@HardikKardani
Copy link

Facing same issue with pod 'MapQuestMaps' and pod 'MQSearchAhead', '~> 1.0.0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants