I´m using the Spotify API for my new iOS project and just finished the setup, but not sure I did this the right way.
I created a new project and added the CocoaLibSpotify iOS Library.xcodeproj by right clicking my project -> "Add Files...". So the CocoaLibSpotify project is embedded in my own project. I´ve also added it to Target Dependencies and Link Binary with Libraries.
The "Building iOS"-guide tells me to add a couple of frameworks and set some linker flags.
The CocoaLibSpotify project that I embedded already have these frameworks, should I add them to my project as well?
I also try to import CocoaLibSpotify.h by #import "CocoaLibSpotify.h
but it does not find the file. #import <CocoaLibSpotify.h>
works though.
Which header files should I import to my prjoject? (I can´t seem to find the "include" directory).