I have set "Strip Debug Symbols During Copy" build parameter to NO. It has increased the size of my binary app by 0.5 MB. Surprisingly, I have started seeing memory warnings in my application very often. Can this be a reason for this?
I can set it back to YES in that case.