winobjc - Not found 'AppKit/AppKit.h' when build converted iOS project using Windows Bridge for iOS -


with windows bridge ios, converted ios project windows app using vsimporter (follow microsoft's guide: https://github.com/microsoft/winobjc)

but when try build project, shows fatal error: 'appkit/appkit.h' file not found at

#import <appkit/appkit.h> 

what should solve problem?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -