dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SimmaAulakh opened this issue · comments

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.

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.