I know this connection kit framework is for Mac os application. Did anyone succeed integrating it for the iPhone application?
I download the entire code from the official ConnectionKit site:
Connection Kit and import to Xcode 3.2.2. the Connection.XcodeProj build successfully and the Connection.Framework generates.
When I try using the Connection Framework in my application I got numerous errors. After Importing the supporting library files from the Connection.XcodeProj I finally ended up with 5 errors which does not make sense to me.
The error was related to ‘CFXMLTreeRef’ and ‘NSUndoManager’
I would like to use WebDAV functionality with this framework. Do anyone have any ideas or experience trying this?