heremaps / here-ios-sdk-examples

Objective-C and Swift projects using the HERE SDK for iOS.
MIT License
60 stars 56 forks source link

Cannot install pod #17

Closed hoangelec closed 7 years ago

hoangelec commented 7 years ago

Today I've downloaded your sample projects, and tried running 'pod install', but I get this error: [!] Unable to find a specification for HEREMaps

Can you guys please check your pod project?

abdullahselek commented 7 years ago

Hi @hoangelec, can you try running pod repo update before running pod install?

hoangelec commented 7 years ago

I didn't try pod repo update, turned out that I need to run 'pod try HEREMaps' on the terminal before 'pod install'

abdullahselek commented 7 years ago

To update your pod local repository you can use pod repo update command. Ok then I am closing this issue.