Sync Manager problem with Xcode 2.2
Sync Manager problem with Xcode 2.2
- Subject: Sync Manager problem with Xcode 2.2
- From: Danny Swarzman <email@hidden>
- Date: Thu, 17 Nov 2005 02:16:34 -0800
I have an application that uses Sync Services. It's based on Apple's
sample, SimpleStickies.
When it executes this:
[[ISyncManager sharedManager] registerSchemaWithBundlePath:bundlePath];
I get:
exception while performing selector
registerSchemaWithDescription:descriptionFilePath:bundlePath: on
server: NSInvalidArgumentException [NOTE: this exception originated
in the server.]
*** -[NSCFDate name]: selector not recognized [self = 0x1124850]
2005-11-17 01:42:10.001 SimpleStickies[3626] Exception occured trying
to register schema:
[NOTE: this exception originated in the server.]
*** -[NSCFDate name]: selector not recognized [self = 0x1124850]
I have verified that bundlePath is the filepath of a schema.
This problem didn't occur with Xcode 2.1. It occurs with Xcode 2.2.
Anyone know?
-Danny Swarzman
_______________________________________________
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