Set iOS Simulator custom location from terminal

ios, ios-simulator, terminal

Solution

What you want to do is not currently supported via simctl, but I suggest you file a radar asking for this functionality at http://bugreport.apple.com

Problem

Is there a way to set a custom location on an iOS simulator via terminal? I know it is possible to do it via debug > Location > Custom Location I am looking for some sort of command via terminal for integration testing purposes.

Original source

Related problems