ResetAllSimulators icon indicating copy to clipboard operation
ResetAllSimulators copied to clipboard

Needs to be updated for Xcode 6

Open cdunkel opened this issue 11 years ago • 2 comments

The simulator app has been changed to "iOS Simulator.app".

When running the script an app selection dialog appears requesting the user to select "iPhone Simulator.app", however that app does not appear in the list. Even adding an alias to the Applications folder inside Xcode.app that contains "iOS Simulator.app", the dialog will let me select any app in the folder EXCEPT the simulator app. I do not know why this is the case.

cdunkel avatar Nov 19 '14 21:11 cdunkel

@cdunkel I just updated the script to call the iOS Simulator process instead of iPhone Simulator. This resolved the initial issue for me, though it appears there need to be a few more updates for Xcode 6 before the script is fully functional again.

mpatzer avatar Nov 22 '14 21:11 mpatzer

Thanks!  I'll test it out on my system. 

---Sent from Boxer | http://getboxer.com

On November 22, 2014 at 4:52:06 PM EST, Michael Patzer [email protected] wrote:@cdunkel I just updated the script to call the iOS Simulator process instead of iPhone Simulator. This resolved the initial issue for me, though it appears there need to be a few more updates for Xcode 6 before the script is fully functional again. —Reply to this email directly or view it on GitHub.

cdunkel avatar Nov 23 '14 16:11 cdunkel