2

I am following this Demo Tutorial URL to add layer on map which is provided by cartoDb. I have WhirlyGlobe_Maply_Distribution_2_4 binary files and its framework and importing its component file. But its showing me that file not found.

Here is what i write to import it:

#import <MaplyComponent.h>

Please help. i want to use it in my app. Thank you

Jigar Tarsariya
  • 3,189
  • 3
  • 14
  • 38

1 Answers1

4

Step 1 - Go to Project > General > Linked Framework And Libraries

Step 2 - Select MaplyComponent Framework And Remove it.

Step 3 - Just Above There is Embeded Binaries Just Click "+" there and Add MaplyComponent Framework.

Step 4 - As you add it you will see it in Both Boxes.

And you can import the files from Framework now.

Sagar Shirbhate
  • 801
  • 7
  • 17