dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
MIT License
978 stars 109 forks source link

Thread 1: EXC_BAD_ACCESS (code=2, address=0x2829857c4) #83

Closed SimmaAulakh closed 8 months ago

SimmaAulakh commented 8 months ago
Screenshot 2023-10-25 at 2 17 55 PM

Getting a crash after updating Xcode to 15.0.1. It was working great before update. I am using Package manager and DSWaveformImage version is 14.1.2

Can you please check why it is crashing on this line as shared in the screenshot above.

SimmaAulakh commented 8 months ago

I found the solution. It was happening because earlier WaveformImageView was being inherited from "DSWaveformImage" but in the update now it has to inherit from "DSWaveformImageViews"

SO I changed the Module in the storyboard and it fixed the error.

I am closing this issue for now.