我正在尝试在我的项目中使用 AFNetworking 和 Xcode 4.6.2。我已将 AFNetworking 添加到我的项目中。我还在项目中添加了“SystemConfiguration”和“MobileCoreServices”框架。我已将框架头文件包含在 .pch 文件中,如下所示
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#import "AFNetworking.h"
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
当我尝试运行该项目时,我从文件 AFHTTPClient 中收到 Clang 错误,如下所示
Command/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254