I got this error only if I select Release or Distribution configuration on Device, on the Simulator it works well... please, where I mistake?
cc1obj(4113) malloc
Probably because your simulator is able to allocate ~500Mb of memory while your iPhone is not able to do it. I think you should rethink what you are doing
sizeof
or whatever)It looks like you're trying to allocate 429 MB. iPhones don't have that much RAM. I suggest you look at what you're allocating to see why it's so big.