my application crashes showing
Received memory warning. Level=2.
Complete warning is
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.5 (8L1)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
Please help
It is working fine in iphone simulator but not on actually divice
Isn’t is just a memory problem ? The “RAM” of iPad and iPhone is really limited, if you use too much of it, the system will send level 1 warning and level 2 warning. If you still use too much memory after that, it will kill your application.
You don’t encounter the problem on the simulator because your computer have much more memory.
If you want to simulate such memory warning to see how your code behave in such a situation. Use this code :