From: Rupert B. <rup...@fr...> - 2008-04-04 07:31:12
|
Hi, I have been doing SyncServices for some time in RubyCocoa : in Tiger, I used to use Harmonize's syncservices.rb, now replaced by OSX.require_framework 'SyncServices' in Leopard's RC. Up to now, I have been syncing data into Apple's Schema : Contacts, Phone Numbers, Addresses, Events, Calendars, etc. I have just started testing syncing data into my own SyncSchema : my SyncSchema is registered, and gets updated properly when I add/modify attributes (I see it in Syncrospector); however, on my first SLOW_SYNC, my RubyCocoa app crashes with an "illegal instruction" when trying to write this new data into the sync engine. RC debugging gives no more details. Has anyone done this before ? Any issues ? Any other idea, anyone ? TIA, Rup |