macOS 编译时遇到的 NSItemProvider 头文件找不到错误
这里有个一模一样的问题 但是没有看到解决方法
https://mametesters.org/view.php?id=7746&nbn=13#bugnotes
具体报错 log 如下:
../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:247:39: error: unknown type name ‘NSExtensionContext’; did you mean ‘NSAnimationContext’?
@property (nullable, readonly,retain) NSExtensionContext *extensionContext API_AVAILABLE(macos(10.10));
^
../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:18:12: note: ‘NSAnimationContext’ declared here
@interface NSAnimationContext : NSObject
^
In file included from external/libchrome/base/mac/sdk_forward_declarations.mm:5:
In file included from external/libchrome/base/mac/sdk_forward_declarations.h:14:
In file included from ../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:99:
In file included from ../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerTouchBarItem.h:9:
../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:182:119: error: expected a type
– (NSCloudKitSharingServiceOptions)optionsForSharingService:(NSSharingService *)cloudKitSharingService shareProvider:(NSItemProvider *)provider;
^
../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:197:12: error: cannot find interface declaration for ‘NSItemProvider’
@interface NSItemProvider (NSCloudKitSharing)
^
In file included from external/libchrome/base/mac/sdk_forward_declarations.mm:5:
In file included from external/libchrome/base/mac/sdk_forward_declarations.h:14:
In file included from ../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:250:
../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSItemProvider.h:16:12: error: cannot find interface declaration for ‘NSItemProvider’
@interface NSItemProvider (NSItemSourceInfo)