Erasing the simulator
String? eraseSimulator(String? uid) { return run('xcrun', ['simctl', 'erase', uid!]); }