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.
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.
June 10th, 2009 at 6:31 PM
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?
June 10th, 2009 at 6:32 PM
Incidentally, does this require the 3.0 OS?
June 10th, 2009 at 8:47 PM
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.
June 10th, 2009 at 10:27 PM
*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.