User getting this error. Is it a problem with my build or can I prompt user to download something?
Dyld Error Message:
Library not loaded: /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
Referenced from: /Users/USER/Desktop/Blackbox II.app/Contents/MacOS/Blackbox II
Reason: image not found
Yeah I got something similar from a user recently because they were running 10.8. Luckily I was able to re-compile the dylibs (it was FFmpeg in my case) making sure to set 10.8 as the minimum target.
Seeming to be plagued with old mac problems today. Had a bit of coverage on music radar and downloads gone through the roof but every problem has been either old AMD’s or old OS problems.
juce_video is the only JUCE module that depends on AVKit:
Double-check whether you need it in your project, if not you’ll save several MB in your distributed binary and you’ll be able to support older macOS versions.