syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.96k stars 822 forks source link

Won't compile using Xcode 13.1 #390

Closed pkasson closed 2 years ago

pkasson commented 2 years ago

Getting error CGColorRef - expected a type

SLboat commented 2 years ago

try add this at h file top:

@import CoreGraphics;

pkasson commented 2 years ago

Thanks