KIM JUNG HWAN

Results 2 comments of KIM JUNG HWAN

did you add AVFoundation? > Note: If you use `ASVideoNode` in your application, you must link `AVFoundation` since it uses `AVPlayerLayer` and other `AVFoundation` classes under the hood.

I ran into the same issue, and instead of downgrading Xcode, I fixed it by changing the project format version from 16.3 to 16.0 in the project settings. This is...