Open
Description
Testing the iOS version of RXPTest on:
- macOS 10.14.3
- Xcode 10.1
- Building for iPhone X simulator
- Building using command
cd ./samples/RXPTest/ && npm i && npm run ios
Using the expanded error logging I added in PR #1046, I get the following errors:
So the difference between received dimensions and expected dimensions is a scale factor of 3x. This lines up with the screen scale factor of the iPhone X. However, this seems like a weird way to report image resolution so should be investigated further.