- Install Docker Desktop for Windows.
- Switch to Windows containers.
- Install Visual Studio (around version 2019).
Inside the repository root, run:
docker-compose build
docker-compose run --name ipasim ipasim powershellOnce inside the built container, run:
./scripts/build.ps1
./scripts/extract.ps1 ReleaseFinally, open src/IpaSimulator/IpaSimApp.sln in Visual Studio and run it (in
configuration Release). Alternatively, you can use Debug configuration, but
then you have to execute command ./scripts/extract.ps1 Debug instead of the
one mentioned above.
If you don't want to build everything from scratch, you can use prebuilt artifacts.