NicePlayer icon indicating copy to clipboard operation
NicePlayer copied to clipboard

fatal error: 'QuickTime/QuickTime.h' file not found

Open ryandesign opened this issue 7 years ago • 0 comments

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.

ryandesign avatar Oct 17 '18 05:10 ryandesign