Question

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....

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top