que se acaban de marcar todos los de mi código CocoaAsyncSocket como código no ARC, y me ha dado estos 3 errores:Símbolos indefinidos para architecture armv7? ¿Qué significa este error?
Undefined symbols for architecture armv7:
"_kCFStreamNetworkServiceTypeVoIP", referenced from:
-[GCDAsyncSocket enableBackgroundingOnSocketWithCaveat:] in GCDAsyncSocket.o
"_kCFStreamNetworkServiceType", referenced from:
-[GCDAsyncSocket enableBackgroundingOnSocketWithCaveat:] in GCDAsyncSocket.o
"_kCFStreamPropertySSLSettings", referenced from:
-[GCDAsyncSocket maybeStartTLS] in GCDAsyncSocket.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
¿Alguien sabe lo que esto significa y cómo solucionarlo?
¿Estás vinculado con 'CFNetwork'? –