I'm having trouble adding CocoaLibSpotify
to my IOS XCode project...
- Dowloaded cocoalibspotify-master
- Ran CocoaLibSpotify iOS Library successfully (sample projects also run successfully)... trying to generate the libCocoaLibSpotify.a file?
- Added CocoaLibSpotify iOS Library-Prefix, CocoaLibSpotify iOS Library, and SPLoginResources
- Also followed instructions to add frameworks from here: https://github.com/spotify/cocoalibspotify
Right now my build simply fails, I've tried a few other things (importing more of the files etc) and still it fails. All of the header files in are in red, so they obviously aren't being included somehow.
Can someone give step by step instructions on this process?