0

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?

The Anh Nguyen
  • 748
  • 2
  • 11
  • 27
  • 1
    AppKit is macOS only. Thus, it can't compile for iOS. – clemens Jul 28 '17 at 05:25
  • Thanks. AppKit is for Mac; UIKit is for iOS. But maybe they will also not found when building Universal Windows Platform (UWP) app on Windows? – The Anh Nguyen Jul 28 '17 at 05:48
  • Do you have searched through your sources, if there exists probably an include for AppKit? Probably inside of an `#if`? – clemens Jul 28 '17 at 07:46

0 Answers0