Hi
I'm new to ios development and I started with Xcode 7 UI Testing to test existing app
- I copied .app file to the path under applications>Developer>Platforms>iPhoneSimulator.platform>Developer>SDKs>iPhoneSimulator.sdk>Applications
- In Xcode I created new project and placing the cursor inside testExample(), I clickec on Record button to open ios simulator
- I'm able to open ios simulator and I am able to see the app
- I tried to click on app which I copied but the app is closing immediately upon opening though the events are getting recorded/captured
- 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