Multiple simulators with the same name in xcode 10.0.0 image

Hi @scelis To resolve this, you can add a step to reset the simulators:

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