Memory issue with iPhone 5
I'm building an app for buying and playing audio files and I'm having a problem with memory on the iPhone 5. The app is working fine on iPhone 6 which has the same amount of memory. It is DDR2 on the iPhone 5 and DDR3 on the iPhone 6. So maybe that is why, but I don't know why that would cause it to not work. I'm getting this debug message in xcode Message from debugger: Terminated due to memory issue There is very little that I am doing at Start so I'm not sure why it is crashing at when opened.
Your answer
Follow this Question
Related Questions
GfxDriver memory issue on PC [SOLVED] 1 Answer
Getting Crash: Write to location 000000a6 caused an access violation. 0 Answers
Memory usage increase when voxels deleted?! 0 Answers
Memory leak when loading textures from file 6 Answers
What is the correct way to store circular references in Unity? 1 Answer