Closed progressiveCaveman closed 9 years ago
How are you incorporating the library?
Using pods, and iOS if it matters.
Any progress on this? I haven't had time to investigate yet.
Seems to work for me on the latest version of Xcode on El Capitan
Yep, it's working on the latest version here too. It must have been some weirdness with the new update.
Hello,
After updating to Xcode 7 / Socket.IO-Client-Swift 3.1.3, previously working code now throws errors for all Socket.io-related methods/properties. After further investigation, it appears that the Obj C auto-generated header file is mostly empty. I don't have much experience with combining Swift/Obj C so excuse me if this is just my incompetence. Below is the file in question...There is another header file with the correct method definitions, which is also automatically generated, but for some reason this is the one that is visible to my code.