As foreshadowed, I’ve created a modified version of the Chatty iPhone sample app, which uses the MYNetwork library instead of custom networking code. You can get it off of Bitbucket.
I’m attempting to build your Chatty+MYNetwork app, but I’m running into a whole slew of problems.
As packaged, the MyNetwork “framework” appears to be missing. I’ve tried copying the MyNetwork XCode project, but that doesn’t appear to help; I’ve deleted it from the Chatty project and then re-added it as an existing framework, and that appears to work, but it doesn’t really build.
Is there a set of instructions for dummies somewhere?
Incidentally, does this require the 3.0 OS?
There’s an entry for the MYNetwork project under Frameworks. Use the inspector to change its path to where your actual MYNetwork.xcodeproj is.
No, this doesn’t require 3.0.
*looking through the project…*
I think you’ll also need to change the path in “Header Search Paths” in the target’s build settings too.
I apologize, I thought I’d made this cleaner, or at least written more docs about it. I must have been pretty tired when I finished up the coding! I’ll try and get the README updated soon.