fastlane: I have a problem with snapshot 1.12.0.

New Issue Checklist

Issue Description

Complete output when running fastlane, including the stack trace and command used
All tests
Test Suite UITests.xctest started
UITests
βœ— testExample, UI Testing Failure - Failed to perform AX action for monitoring the animations of <XCUIApplicationProcess: 0x7f9ed352a020  (37157)>, error: Error -25204 performing AXAction 2043

testExample, UI Testing Failure - Failed to perform AX action for monitoring the animations of <XCUIApplicationProcess: 0x7f9ed352a020 (37157)>, error: Error -25204 performing AXAction 2043
<unknown>:0


     Executed 1 test, with 1 failure (0 unexpected) in 5.018 (5.022) seconds

[17:32:52]: Exit status: 65
[17:32:52]: Tests failed - check out the log above

+----------+---------+
|  snapshot results  |
+----------+---------+
| Device   | en-US   |
+----------+---------+
| iPhone 6 |  ❌      |
+----------+---------+

-------------------------------------------------------------------------------------------
😨  An error occured. Please enable crash reports using `fastlane enable_crash_reporting`.
πŸ‘  This makes resolving issues much easier and helps improve fastlane.
πŸ”’  The reports will be stored securely on getsentry.com.
πŸ™Š  More information about privacy: https://github.com/fastlane/fastlane/releases/tag/1.33.3
-------------------------------------------------------------------------------------------
/Library/Ruby/Gems/2.0.0/gems/snapshot-1.12.0/lib/snapshot/runner.rb:52:in `work': [!] Tests failed - check out the log above (RuntimeError)
    from /Library/Ruby/Gems/2.0.0/gems/snapshot-1.12.0/bin/snapshot:36:in `block (2 levels) in run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in `run_active_command'
    from /Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.39.0/lib/fastlane_core/ui/fastlane_runner.rb:23:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/snapshot-1.12.0/bin/snapshot:96:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/snapshot-1.12.0/bin/snapshot:110:in `<top (required)>'
    from /usr/local/bin/snapshot:23:in `load'
    from /usr/local/bin/snapshot:23:in `<main>'

Environment

fastlane version (fastlane -v): fastlane_version β€œ1.66.0” Do you use bundler, rbenv or rvm? No

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 19

Most upvoted comments

I just want to mention I did run into a similar issue while trying to solve another one. I was getting the log:
Assertion Failure: UI Testing Failure - Failure getting list of active applications: AX error -25205
Nor resetting the simulator, nor restarting XCode helped in my case.
I debugged a while and if I removed the line where I was calling tap(), the error disappeared. I still don’t know exactly why.

screen shot 2016-05-18 at 12 33 39 pm