Git Product home page Git Product logo

Comments (4)

Arcanum-XIII avatar Arcanum-XIII commented on August 22, 2024

It would seem that the other missing framework was Security.framework. Solved the issue for the GCDAsyncSocket.m !

from cocoaasyncsocket.

x1a0 avatar x1a0 commented on August 22, 2024

I think I am having the same problem here. I am trying to compile one example comes with the codes: ConnectTest.

Below are the error:

"_SSLClose", referenced from:

  -[GCDAsyncSocket closeWithError:] in GCDAsyncSocket.o

"_SSLRead", referenced from:

  -[GCDAsyncSocket flushSSLBuffers] in GCDAsyncSocket.o


  -[GCDAsyncSocket doReadData] in GCDAsyncSocket.o

"_SSLGetBufferedReadSize", referenced from:

  ___33-[GCDAsyncSocket flushSSLBuffers]_block_invoke_0 in GCDAsyncSocket.o


  -[GCDAsyncSocket doReadData] in GCDAsyncSocket.o

"_SSLWrite", referenced from:

  -[GCDAsyncSocket doWriteData] in GCDAsyncSocket.o

"_SSLCreateContext", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLSetIOFuncs", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLSetConnection", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLSetPeerDomainName", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLSetCertificate", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLSetProtocolVersionMin", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLSetProtocolVersionMax", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLSetEnabledCiphers", referenced from:

  -[GCDAsyncSocket ssl_startTLS] in GCDAsyncSocket.o

"_SSLHandshake", referenced from:

  -[GCDAsyncSocket ssl_continueSSLHandshake] in GCDAsyncSocket.o

ld: symbol(s) not found for architecture i386

clang: error: linker command failed with exit code 1 (use -v to see invocation)

from cocoaasyncsocket.

robbiehanson avatar robbiehanson commented on August 22, 2024

GCDAsyncSocket requires the Security.framework. You need to add it to your Xcode project.

from cocoaasyncsocket.

rahji avatar rahji commented on August 22, 2024

Can this be added to the wiki?

from cocoaasyncsocket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.