Los SDK de dispositivos Atlas están obsoletos. Consulte deprecation page for details.
iOS/iPad OS Bad Alloc/Not Enough Memory Available
In iOS or iPad devices with little available memory, or where you have a memory-intensive application that uses multiple realms or many notifications, you may encounter the following error:
libc++abi: terminating due to an uncaught exception of type std::bad_alloc: std::bad_alloc
Este error normalmente indica que un recurso no se puede asignar porque no hay suficiente memoria disponible.
Si está compilando para iOS 15+ o iPad 15+, puede agregar el Derecho de direccionamiento virtual extendido para resolver este problema.
Add these keys to your Property List, and set the values to true:
<key>com.apple.developer.kernel.extended-virtual-addressing</key> <true/> <key>com.apple.developer.kernel.increased-memory-limit</key> <true/>