pixelspark / rethink-swift

A RethinkDB client driver for Swift
https://pixelspark.nl/2015/rethink-swift-a-swift-driver-for-rethinkdb
76 stars 11 forks source link

Not running in device #12

Open csepukar opened 5 years ago

csepukar commented 5 years ago

Hi, Rethink is perfectly working in simulator but not in the device. Issue is shown in the image attached.

screen shot 2019-01-25 at 11 54 27 am
Ouamassi-Consultex commented 5 years ago

I have exactly the same problem, did you find a solution ?

csepukar commented 5 years ago

@bou-arkeup Yes, I am currently using it but the approach I used is different. I needed both iOS and android clients for rethink. Since support for android is a mess, I implemented rethinkdb server based on socket io. Basically, my backend was connected to rethink, and client apps were connected to backend via socket. Please inform me if this kind of solution would work for you

Ouamassi-Consultex commented 5 years ago

Hi thank's you for your response

i just need a ios version

For now i don't have a backend

just for test i'm trying to understand and connect to rethink and do a sync