mach_vm_map failed (error code=3)

后端 未结 1 1167
太阳男子
太阳男子 2020-12-06 16:36

After navigating through my iPAD application for a while I have noticed that the responsiveness of the app is getting slower and slower and finally my app crashes with the f

相关标签:
1条回答
  • 2020-12-06 17:20

    Yes, this is a memory issue: you ran out of memory.

    I suggest you use Instruments to try to track down any memory leaks.

    0 讨论(0)
提交回复
热议问题