AudioKit/AudioKitUI

XCode 13 / iOS15 - Build error

lukecsmith opened this issue · 3 comments

Attempting to build for XCode 13 Beta, theres a build error in MIDITrackView - same issue in 4 separate places. Line 106, 175, 190, 207 : cursorTime = .. compiler is unable to debug this line in reasonable time. Equation needs splitting up into smaller parts. I'll happily do this myself if I can contribute? thanks, Luke

Ive fixed this issue here:
MIDITrackView.swift.zip

aure commented

Do you want to create a PR or should I just make the fix from your zip?

hey there, Ive made a PR, thanks #20