wix / Detox

Gray box end-to-end testing and automation framework for mobile apps
https://wix.github.io/Detox/
MIT License
11.2k stars 1.92k forks source link

Support iOS 15 #2895

Closed alon-ha closed 3 years ago

alon-ha commented 3 years ago

We need to support iOS 15, check if anything broke

frenberg commented 2 years ago

"detox": "^19.6.7", "react-native": "0.67.2", M1 Xcode Version 13.3 simulator iOS 15.4

Screenshot 2022-04-28 at 2 36 05 PM

@d4vidi Getting this issue. Build was success. When try to test command. throw error.

Are you sure about what version of detox you acctually have in your node_modules? did you run npm ls detox to se what that says?

dbilgin commented 2 years ago

Also getting the issue @MaxJadav is experiencing somehow all of a sudden but it seems to happen on other versions of iOS as well, not just 15. The app doesn't even get installed and it seems to fail on the termination step. Also it's not on M1 macs only. I also have one where the same tests run just fine, but so far I couldn't figure out what the problem could be.

MaxJadav commented 2 years ago

"detox": "^19.6.7", "react-native": "0.67.2", M1 Xcode Version 13.3 simulator iOS 15.4 Screenshot 2022-04-28 at 2 36 05 PM @d4vidi Getting this issue. Build was success. When try to test command. throw error.

Are you sure about what version of detox you acctually have in your node_modules? did you run npm ls detox to se what that says?

Thank you. This error happen when upgrade detox version. After remove from node module and reinstall, clean. Working fine now.

d4vidi commented 2 years ago

After remove from node module and reinstall, clean. Working fine now.

@asafkorem does that make sense?

asafkorem commented 2 years ago

@d4vidi it's the same issue I reported here: https://developer.apple.com/forums/thread/699615

It was resolved here, way before v19.6.7, so I guess that the Detox version listed in your package.json wasn't really installed at the time of the bug report @MaxJadav.