2013-12-20 81 views
0

我用我app..its越来越崩溃,没有任何log..Please Cocoalib Spotify的参阅所附图像enter image description here崩溃在CocoaLibSpotify没有任何日志

这里的信息是“06:46:42.789我[offline- mgr:2032] 0个文件被锁定0图像被锁定“即将打印....

+0

[CocoaLibSpotify播放可能重复几秒钟后崩溃](http://stackoverflow.com/questions/20416747/cocoalibspotify-playback-crashes-after-a-few-seconds) – iKenndac

回答

1

这看起来像是如何设置会话的delegate属性的问题。仔细检查您的内存管理,并确保您将delegate设置为nil,前提是您之前设置的对象已取消分配。

+0

感谢您的答案..i对于目标c ..新来说,这是我的代码[[SPSession sharedSession] setDelegate:self];当我设置delegate.i添加此代码在我的'ViewDidLoad'..我想知道在哪里设置'零'..什么时候? – abymathew