xcode6导入MKNetworkKit报错显示19个错误 也把相应的库导入了好是报错。 记录下 步骤 新建一个pch文件 名字 就是项目名.pch 内容为
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#import
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import "MKNetworkKit.h"
#endif
在Build Setting 中找到prefix header 内容填 项目名/pch 文件名