Hi all,
I am trying to use the TomTomSDKMapDisplay module, but I am having trouble getting it from the repo. When I run ‘-pod install’ terminal throws this:
[!] Unable to find a specification for TomTomSDKMapDisplay (= 0.2.3323)
Further, when I try to import the module in my xcworkspace it fails.
Any help would be much appreciated. I have tried to follow the directions linked here to begin my project.
Best,
Michael
maloleps
(Przemek Malolepszy)
#2
Did you install artifactories with pod repo-art add tomtom-sdk-cocoapods
?
Hi there, thanks for your response. I did. I followed the steps on the website and retried again to ensure I did it as specificities.
maloleps
(Przemek Malolepszy)
#4
Just to double check - did you add this to Podfile?
plugin 'cocoapods-art', :sources => [
'tomtom-sdk-cocoapods'
]
I have, but I will attach a screenshot of my podfile, maybe that will help.
maloleps
(Przemek Malolepszy)
#6
can you show the output of pod repo-art list