Tuesday, September 25, 2012

iOS : NSLog is not working on Simulator

Woking on Xcode 4.3.2 and iOS 5.1 , Suddenly my NSLog commands are stopped working.. 
And it is working with other projects.
Solved:
1. Clean (Xcode menu Product - > Clean)
2. Removed all simulator applications from 5.1 folder and 5.0 folder 
/Library/Application Support/iPhone Simulator/5.0/Applications, and /Library/Application Support/iPhone Simulator/5.1/Applications

If the Library folder is not visible in your folder, enter the command "chflags nohidden ~/Library/ " on Terminal(Applications->Utilities->Terminal) application
Thanks for reading.. :)

No comments:

Post a Comment