好多朋友都出现引入AFNetworking出错的问题,大致步骤如下,希望对大家有帮助
1 首先导入AFNetWorking 库,然后Build phases 添加SystemConfiguration.framework+MobileCoreServices.framework+security.framework~
2然后再工程pch文件添加#import<SystemConfiguration/SystemConfiguration.h>和#import <MobileCoreServices/MobileCoreServices.h>
Over~