ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

Thread 1: EXC_BAD_ACCESS when exiting view controller #113

Open amandlek opened 6 years ago

amandlek commented 6 years ago

I recently integrated this framework into my Swift iOS application to enable video communication. However, whenever I perform an unwind segue out of this view controller, I get an EXC_BAD_ACCESS in AppDelegate.swift. I've tried using Instruments to find zombies with no luck. Does anyone have any idea on why this might be happening? I've attached a screenshot of the code where I clean up in viewWillDisappear. problem