Giter VIP home page Giter VIP logo

Comments (5)

mikaoj avatar mikaoj commented on June 21, 2024

Didn't know of any issues with cocoapods and el capitan, but I'm not suprised to hear that there are... :)

If you want to grab it manually: clone this repo and put everything in the Pod folder into you project. That should work? (Haven't tried myself)

from swocket.

tim-9red7 avatar tim-9red7 commented on June 21, 2024

Tried that, guess I need a bridging header since you are using some C code. Getting Use of unresolved identifier errors. I'll keep plugging away. Thanks for the great work so far!

from swocket.

mikaoj avatar mikaoj commented on June 21, 2024

Ah, yeah of course...forgot about that one.
Add an objective-c class to your project and Xcode will ask you if it should add an bridging header.
include Swocket.h in the bridging header...that should fix it?

from swocket.

tim-9red7 avatar tim-9red7 commented on June 21, 2024

I'll try when I get home and let you know the outcome.

from swocket.

tim-9red7 avatar tim-9red7 commented on June 21, 2024

That worked with a caveat.

  1. Dragged the contents of the Pod folder into Xcode.
  2. Created a bridging header and added "#import "Swocket.h" to it.
  3. At this point I was getting some errors on the following files: Transmittable.swift, Asyncable+Helpers.swift, Connectable+Async.swift, Transmittable.Async.swift. For some reason these files couldn't see any Foundation classes. I just added "import Foundation" to these files and things seem to be working.
    • I do see 4 warnings on Socket.c: "Variable 'sockfd' may be uninitialized when used here" Though things are still working.

from swocket.

Related Issues (12)

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.