关于XCODE添加AFNetWorking和ASIHttpRequest库的问题

按照网上的流程添加库文件和框架,compile sources对相关.m文件添加了-fno-objc-orc,link Binary with library相关库也添加了,可就是报错“undefined symbols for architecture i386:"-[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in ASIHTTPRequest.o...”,65个错误。
添加AFNetWorking时也是报错“Undefined symbols for architecture i386:"_SecCertificateCopyData",referenced from:-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
求大神指点

添加
Security.framework
libz.1.2.5.dylib
SystemConfiguration
UIKit
Foundation
CoreGraphics
MobileCoreServices
CFNetworks