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.
Last updated on