0

For debugging purposes, I run the application using xcode and the UI freezes. If I run the app independently, the application works fine.

Could piping of NSLog statements to the console cause my application to hang?

Maksim
  • 2,054
  • 3
  • 17
  • 33
user1368045
  • 107
  • 1
  • 7

1 Answers1

0

This bug has been fixed with the release of Xcode 4.4.1. See the following bug report for description:

http://openradar.appspot.com/11972490

phoganuci
  • 4,984
  • 9
  • 39
  • 50