expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

Why turtle build is not supporting for windows #228

Closed smuthus closed 4 years ago

smuthus commented 4 years ago

Is any other way?

brentvatne commented 4 years ago

you can't build ios apps on windows period, this is a limitation that precedes turtle.

you can use wsl2 on windows to do android builds :)

alternatively, you can set up a ci service somewhere to do the build for you.

lastly, you can just use the build service to do ios and android builds! expo build:ios and expo build:android will do this for you.