A iOS project of mine could compile within Xcode 6.4 and works in iOS 8.4 device/simulator. Then I compile this project within Xcode 7.0 beta 4 and run into iOS8.4 simulator, it still work well. But I run this project into iOS9 simulator, it works well first but stuck later when I do some operation within the app (created from the project) in iOS9 simulator.
When it stuck, Xcode 7.0 beta doesn't show any error code / message, and I found the used memory of app is more and more bigger gradually.
https://s3.amazonaws.com/500g-stor/tacotest/AAA/M1.jpg
https://s3.amazonaws.com/500g-stor/tacotest/AAA/M2.jpg
Any suggestion? Is it a iOS 9 bug , or do I need to do some code changing ?