Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中添加了 Mono 作为链接二进制 Mono.framework。
但是当我尝试包含 Mono 框架的类时,我收到错误:'mono/metadata/appdomain.h' file not found
#import <Mono/mono-2.0/mono/jit/jit.h>
但在标题 appdomain.h 中存在。
我使用 OS X 10.7.3、XCode 4.3.1、Mono 2.10.8。
谢谢你的帮助。
You need to install the Mono Framework MDK (you likely installed the runtime-only).