You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building NicePlayer fails using version 10.12 or later of the macOS SDK, because NicePlayer includes QuickTime.h which Apple has removed from the macOS SDK.
NicePlayer-0.98/Plugin Sources/DVDPlayer/DVDPlayerView.m:9:9: fatal error: 'QuickTime/QuickTime.h' file not found
#import <QuickTime/QuickTime.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
The text was updated successfully, but these errors were encountered:
Building NicePlayer fails using version 10.12 or later of the macOS SDK, because NicePlayer includes QuickTime.h which Apple has removed from the macOS SDK.
The text was updated successfully, but these errors were encountered: