简体   繁体   中英

AFNetworking: Apple Mach-O Linker Error

After adding AFNetworking , Apple Mach-O Linker Error occured.
I've already added SystemConfiguration.framework, MobileCoreServices.framework, and Security.framework.
How do I fix it?

I'm not sure but try this one. In this case, this call belongs to the Accelerate framework so on top of your file, enter:

#import <Accelerate/Accelerate.h>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM