CocoaLibSpotify fails compilation in XCode 6.5 Preview 2 / iOS 6.1 SDK with this error:
/LibSpotify/spotify-cocoalibspotify-a6c2579/iOS Library/../common/SPImage.m:55:65: error: strong property 'session' may not also be declared __unsafe_unretained @property (nonatomic, readwrite) __unsafe_unretained SPSession *session; ^ 1 error generated.
Is there a safe work-around?