xcode 7 ios simulator app closing

Hi


I'm new to ios development and I started with Xcode 7 UI Testing to test existing app


  1. I copied .app file to the path under applications>Developer>Platforms>iPhoneSimulator.platform>Developer>SDKs>iPhoneSimulator.sdk>Applications
  2. In Xcode I created new project and placing the cursor inside testExample(), I clickec on Record button to open ios simulator
  3. I'm able to open ios simulator and I am able to see the app
  4. I tried to click on app which I copied but the app is closing immediately upon opening though the events are getting recorded/captured
  5. I tried to click on other default apps but those apps are working fine. I'am able to navigate


Could anyone please let me know why my app is closing immediately upon opening? What could be the possible issues?


Appreicate your response


Thanks

You should not be placing your App into that path within the SDK.


See iOS Simulator Guide

xcode 7 ios simulator app closing
 
 
Q