From: James M. <jam...@gm...> - 2009-09-25 09:04:44
|
I'm trying to "translate" this sample code [1] into RubyCocoa. This [2] is what I have so far. However, I'm seeing two problems :- 1. myself is set to nil 2. the call to SecAccessCreate results in a segmentation fault (even if I omit myself from the array) Does anyone know what I'm doing wrong? Thanks, James. ---- http://blog.floehopper.org [1] http://gist.github.com/193417 [2] http://gist.github.com/193418 |