With Windows Bridge for iOS, I converted my iOS project to Windows App using vsimporter (follow Microsoft's guide: https://github.com/Microsoft/WinObjC)
But when I try to build the project, It shows Fatal Error: 'AppKit/AppKit.h' file not found at
#import <AppKit/AppKit.h>
What should I do to solve this problem?