After exporting my game to XCode and then running it on the hardware, I notice my game runs at an unplayable frame-rate and speed. After having XCode analyze the code, 298 errors all related to memory leaks are plaguing my game. The errors themselves seem to be throughout the program and not islolated to any particular area. It is these memory leaks that causing serious slowdown in the program and I'm wondering how to fix them. I looked at the post of how to run faster games but I fear it is more a problem with how the exporter is compiling the code than anything I can fix through MMF2. Please advise if anyone has experienced simmilar problems.