When doing a build and run it would be nice to have output that normally appears on the Unity Console to be redirected to the Xcode Console. I guess this would require a redirect from the Debug.Log function to NSLog at code generation time?
Is there another way to accomplish this?
iByte