The Spotify iPhone app I was working on, was running fine, but now I keep on getting this error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSURL urlWithSpotifyLink:]: unrecognized selector sent to class 0x1e7621c
Any ideas?
Thanks!
As mentioned in the CocoaLibSpotify readme, you need to add the
-ObjCand-all_loadflags to the “Other Linker Flags” build setting in Xcode.