Xcode 10 Beta VM

With communication from Twitter with one of the CircleCI employee I made this step to reset simulators:

- run:
    name: Reset simulators
        command: |
            export LC_ALL=en_US.UTF-8
            export LANG=en_US.UTF-8
            fastlane snapshot reset_simulators --force
1 Like