SegFault when playing MP3
I built from commit: (06a0f676) (current HEAD of master) XCode: 12.3 MacOS Big Sur 11.1 iOS: 14.3
In both cases, the app crashes when tapping on a song from my library to play. In the first case, it has crashes with no stack trace. In the second case, it crashes while trying to access safeMedia.url
within the QueueViewController. Looking at the objects, the media object has a URL when in mediaList
, but the url is nil
when copying it out of the mediaList object. From what I can see, the mediaList is implemented in the MobileVLCKit
library.