after adding -fno-objc-arc
in afNetworking files i get these two errors
- synthesize of weak property is not allowed in arc in AFURLSessionManager.m file
- AFNetworking must be built with ARC in AFURLConnectionOperation.h file
anybody can help plz?
23-04-14 actually I dont have to add those linker flags.this was my problem APPLE MACH-O LINKED ERROR After adding AFNetworking I removed flags and added those libraries and problem solved. thanx everyone for help.