Skip to content

Working on iOS Render Tests

Bart Louwers edited this page May 28, 2024 · 1 revision

Simulator

The render test runs in the simulator, but it is not very reliable.

bazel run //render-test/ios:RenderTest --//:renderer=metal

Get the directory of the RenderTestApp

xcrun simctl get_app_container booted com.firstnamelastname.maplibre.RenderTestApp data

Results are in Documents/test-data/ios-metal-render-test-runner-style.html.

On a Device

Set up an Xcode project. Run the RenderTest target.