Distributed Address Books
Distributed Address Books
- Subject: Distributed Address Books
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 23 Jul 2005 17:09:37 +0200
I have a program which synchronizes my Address Books between different
computers.
But when I run it on Panther (10.3.9) querying an Address Book on Tiger
(10.4.1):
ABSearchElement *se = ... valid search element which works for almost
all cat combinations...
NSArray *ar = [proxyForTigerAddressBook recordsMatchingSearchElement:
se];
I get an NSInvalidArgumentException with the reason:
[NOTE: this exception originated in the server.]
*** -[NSProxy doesNotRecognizeSelector:searchSubscribed] called!
I only get this from Panther to Tiger - the three other cat
combinations work ok.
(I don't call searchSubscribed - must be some internal method).
Not only that this does not work - after this query the Tiger Address
Book is completly unusable - no further questions will be answered -
the poor cat is not dead but dead-locked in some pthread_mutex_lock.
What am I doing wrong?
Can you suggest some possible work-around?
Kind regards,
Gerriet
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden