标签: ios winobjc
使用 Windows Bridge for iOS ,我使用 vsimporter 将我的iOS项目转换为Windows应用程序(遵循Microsoft指南:https://github.com/Microsoft/WinObjC)
但是当我尝试构建项目时,它显示致命错误:'找不到AppKit / AppKit.h'文件
#import <AppKit/AppKit.h>
我该怎么做才能解决这个问题?