【发布时间】:2013-08-28 02:38:22
【问题描述】:
In file included from /Users/project/API.m:9:
In file included from /Users/project/API.h:9:
/Users/project/../AFNetworking/AFHTTPClient.h:88:10: warning: MobileCoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available. [-W#warnings]
#warning MobileCoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available.
- 非常感谢任何帮助。
【问题讨论】:
-
嗯...您添加了 MobileCoreServices 吗?
-
添加MobileCoreServices是什么意思?我是IOS新手抱歉,我应该在哪里添加?
标签: ios warnings afnetworking afhttpclient