ebratb / rubymotion-reachability

Reachability sample application in RubyMotion
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

App not working #1

Closed giomv closed 12 years ago

giomv commented 12 years ago

When I start the application, without any modification, I get this error:

Can't find pointer description for type `{sockaddr=CC[14c]}'

It's probably about the function you overwrite in the class String: to_sockaddress

ebratb commented 12 years ago

Right now, I don't know how to create a sockaddr structs in RubyMotion, but I think main app design is ready. I used the String.to_sockaddress as a way to implement a better OO design.

Please use the code in running-sample branch, where I commented out the 'problematic' code.

giomv commented 12 years ago

It works great! Thank you very much.