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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
I know in the Realm UI and Snapshot Testing Video Luis mentioned that we can test views across devices (iPhone5 vs iPhone 6+ etc).
I want to know which device I am running on within simulator, but when I print out the model name
let modelName = UIDevice.current.modelName
It would just say I am running in Simulator.
I was following this Stack Overflow post How to determine the device running in the simulator? but using FBSnapshotTestCase is not necessarily related to "functionalities available". Has anyone ran into a similar problem?
The text was updated successfully, but these errors were encountered:
I know in the Realm UI and Snapshot Testing Video Luis mentioned that we can test views across devices (iPhone5 vs iPhone 6+ etc).
I want to know which device I am running on within simulator, but when I print out the model name
It would just say I am running in Simulator.
I was following this Stack Overflow post How to determine the device running in the simulator?
but using FBSnapshotTestCase is not necessarily related to "functionalities available". Has anyone ran into a similar problem?
The text was updated successfully, but these errors were encountered: