I'm actually just adding multiplayer to a game already in the app store, so I can't really disable ARC at this point. However, to test it out, I've disabled ARC and I still get the exact same error.
Architectures is Standard armv7
Valid Architectures is armv6 armv7
This happens as soon as this debug message appears:
- Code: Select all
2012-02-23 22:12:39.862 Hand[4118:707] [SFS - INFO]sending handshake request: isReconnection : NO
Can you post the code instead of having it as a framework? So we can pick and choose the ARC and non-ARC classes and at least debug issues ourselves and give better feedback.