Xcode - Malloc_Error in Release and Distribution configuration

后端 未结 2 1531
不思量自难忘°
不思量自难忘° 2021-01-28 05:26

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         


        
2条回答
  •  無奈伤痛
    2021-01-28 06:26

    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.

提交回复
热议问题