make cargo xcode
will build the xcode project and put it inbuild/Build/Products/Debug-iphonesimulator/IcedExample.app
make run
install and run the app in a simulator that's booted.make simulator-logs
will give you way too many logs from the simulator.
cd rust && make
open IcedExample.xcodeproj
and push the play button.