Open ruckus opened 10 years ago
I am using the latest version of 1.7.2
I don't see this form of picker display in the README. I've been unable to reproduce this error condition in the simulator. Do any other approaches work for you? How about a very simple one-liner:
AddressBook::AddrBook.new {|ab| ab.picker {|p| puts p}}
Trying to get started with the gem and following along from the README I have:
Running this does prompt me to authorize the AB and does present my contacts. Tapping on a Contact immediately crashes and the exception is:
Is there something else I am missing? Thanks.