May 24 2009

Chatty + MYNetwork

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.


4 Responses to “Chatty + MYNetwork”

  • Eric J Says:

    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?

  • Eric J Says:

    Incidentally, does this require the 3.0 OS?

  • Jens Alfke Says:

    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.

  • Jens Alfke Says:

    *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.

Leave a Reply