zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 175 forks source link

Not able to run the swift monkey for IOS 12.4.1 real device #86

Open bindacharyaj opened 4 years ago

bindacharyaj commented 4 years ago

Hi All, Have done with SwiftMonkey setup and able to run the script in Simulators. Trying to run the same in the IPhone 8(12.4.1) real device. It's not giving any error, but it's not triggering any action.

Please let me know if incase anybody has faced this issue and the solution to it.

Thanks, Bindacharya

wojciechczerski commented 4 years ago

Hey @bindacharyaj! Have you tried installing SwiftMonkey by referencing the Pod directly from GitHub (master branch) or just using CocoaPods Spec repository?

bindacharyaj commented 4 years ago

Thanks @wojciechczerski for the help. Tried it. it works for real devices. But now, it stopped working for simulators. It says like this 'Failed to get automation session for com.noonEdu.k12App:50993: Timed out while requesting automation ses'....... any idea on this??

wojciechczerski commented 4 years ago

I don’t recall encountering similar issues when testing in Simulator. Is it something that happens for you on iOS 12.4.1 simulator or also in the newest one? Regardless I’ll try running the tests myself and trying to reproduce the issue.