Having trouble getting TomTomSDKMapDisplay Module

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

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.

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.

can you show the output of pod repo-art list