I'm working with cocoalibspotify. My app is about finished but I'm stuck with some weird issue. When I try to login again after logging out, the app crashes leaving with no crash log and later on my debug point goes to the line
sp_session_logout(outgoing_session);
from the method -(void)logout:(void (^)())completionBlock
in class SPSession.m
And beside it there is signal SIGABRT
.
Check out the screenshot I've attached. which shows the crash point with no crash log below in console.
This crash happens only happens sometimes
rather than every time.
Any help would be appreciated.