Giter Club home page Giter Club logo

pushmebaby's Issues

SSLWrite(): -9806 0

I am getting error "SSLWrite(): -9806 0", when i try to run PushMeBaby code. I am running code in xcode Version 6.1.

Any Idea ?

Thanks.

wont compile

include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>

no longer compiles with latest Xcode
Version 5.0.2 (5A3005)

change to

include <CoreServices/CoreServices.h>

Xcode模拟器运行报错

error:

include CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h

Solution:

using '#include MacTypes.h' replace '#include CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h'

Sorry, I can't use '<' or '>'. So I delete the '<' and '>'.

SocketRead: read(5) error 54

SocketRead: read(5) error 54
SSLHandshake(): -9806
SSLHandshake(): [errSSLClosedAbort]- connection closed via error

Deprecated errors

Hey I tried running the program on Xcode v4.3.2 and I get errors saying:
CSSM_DATA is deprecated
SecCertificateCreateFromData is deprecated

When I try to run send a push message, the program crashes in iosock.c
OSStatus SocketWrite(
...
// at:
length = write(sock,
(char*)dataPtr + bytesSent,
dataLen - bytesSent);

Any ideas as to why this is happening?

Thanks :)

Compile Fails in Xcode 5.1

Getting the Following Error on Compile.

/PushMeBaby/Classes/ioSock.h:52:10: 'CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h' file not found

This has been noted in #6, but it is still not fixed.

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.