Crash in CocoaLibSpotify without any Log

58 views Asked by At

I am using Cocoalib spotify in my app..its getting crash without any log..Please see the attached imageenter image description here

here message was "06:46:42.789 I [offline-mgr:2032] 0 files are locked. 0 images are locked" about to print....

1

There are 1 answers

1
iKenndac On BEST ANSWER

This looks like a problem with how you're setting the Session's delegate property. Double-check your memory management and make sure you're setting the delegate to nil if the object you previously set is deallocated.