dattx1

Results 3 comments of dattx1

`--local --non-interactive` it's worked for me, thank @LaKrue saved my day

`eas build -p ios -e sit --clear-cache --local --non-interactive` This is my build command, after add the `--non-interactive` agr i can build normaly

Clean Xcode project build (production => clean build folder) Close Xcode Open terminal Run cd ~/Library/Developer/Xcode/DerivedData && open . Delete all item in folder Open terminal and cd to project...