You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @zakdances , though it's an old issue u asked, i got similar one that "... when status is 1" (correspond w/ AVAssetWriterStatusWriting, for urs, it's AVAssetWriterStatusCompleted).
After a short research, i'm sure this's because the SRScreenRecorder itself setup its own notifications for UIApplicationDidEnterBackgroundNotification & UIApplicationWillEnterForegroundNotification, which start & end recording actions already.
In my case, i called startRecording & stopRecording in my app delegate before i noticing this existing notification setup in this lib.
And in ur case, i guess u just called stopRecording again in ur own app delegate.
ScreenRecord crashes after calling stopRecording. The logger produces this method:
The text was updated successfully, but these errors were encountered: