iOS Simulator installed apps location in Xcode 4.3.1
Solution 1:
On my computer, it's ~/Library/Application Support/iPhone Simulator/5.1/Applications
Simple NSLog(@"%@", [[NSBundle mainBundle] bundlePath]);
did the trick.
On my computer, it's ~/Library/Application Support/iPhone Simulator/5.1/Applications
Simple NSLog(@"%@", [[NSBundle mainBundle] bundlePath]);
did the trick.