我正在开发的 Spotify iPhone 应用程序运行良好,但现在我不断收到此错误:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSURL urlWithSpotifyLink:]: unrecognized selector sent to class 0x1e7621c
有任何想法吗?
谢谢!
我正在开发的 Spotify iPhone 应用程序运行良好,但现在我不断收到此错误:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSURL urlWithSpotifyLink:]: unrecognized selector sent to class 0x1e7621c
有任何想法吗?
谢谢!
如CocoaLibSpotify 自述文件中所述,您需要将-ObjC
和-all_load
标志添加到 Xcode 中的“Other Linker Flags”构建设置中。