You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing around with this library, and I noticed that this library's functionality does not seem to work on real devices, but works perfectly fine on simulator.
Is there a method to allow my tests to support real devices?
In theory, it should be more than possible to snapshot a real device. Reveal, for example, is a mac program that can interface with an iOS device and get its complete view hierarchy (as such, generating a screenshot is completely possible).
The text was updated successfully, but these errors were encountered:
I don't think we ever tried this because running on device is more friction than running on Simulator. If you have some potential fixes, feel free to PR them.
I was playing around with this library, and I noticed that this library's functionality does not seem to work on real devices, but works perfectly fine on simulator.
Is there a method to allow my tests to support real devices?
In theory, it should be more than possible to snapshot a real device. Reveal, for example, is a mac program that can interface with an iOS device and get its complete view hierarchy (as such, generating a screenshot is completely possible).
The text was updated successfully, but these errors were encountered: