Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread 5: signal SIGABRT While using SocketIO #169

Open
sanyamjain65 opened this issue Sep 21, 2018 · 0 comments
Open

Thread 5: signal SIGABRT While using SocketIO #169

sanyamjain65 opened this issue Sep 21, 2018 · 0 comments

Comments

@sanyamjain65
Copy link

HI,
I am trying to create a dynamic framework in swift which uses SocketIO to connect to nodejs server and share data.
SocketIO is successfully installed and compiled via Cocoapods in my framework. Framework is build successfully but when i use this framework in one of my app i got the error "Thread 5: signal SIGABRT"
where i instantiate the SocketManager.
let manager = SocketManager(socketURL: URL(string: "myURL")!, config: [.log(true), .compress])
i tried to print the description of manager in my debugger output console and it says

Printing description of self.manager:
expression produced error: error: /var/folders/bc/pr38clts7b963ddftc9zc1n00000gn/T/expr13-2fc3c6..swift:1:99: error: use of undeclared type 'SocketIO'
Swift._DebuggerSupport.stringForPrintObject(Swift.UnsafePointer<Swift.ImplicitlyUnwrappedOptional<SocketIO.SocketManager>>(bitPattern: 0x1059e03e0)!.pointee)

I am not able to figure what i am doing wrong......Please help me real quick i have deadlines to meet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant