Appiumの設定で必要だったので
$ xcrun simctl
を実行したところ、うまくいかず。
yoshikiito@rrcs-172-254-99-39 ~ % xcrun simctl
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
問題があるとすると
- simctlのパスが通っていない
- そもそもXcodeが入っていない
- Xcode Command Line Toolsだけでは駄目
の2つが考えられます。
ということで、今回Xcodeをインストールしたのち、再度appium-doctor
を行ったところ、うまく動作するようになりました。
yoshikiito@rrcs-172-254-99-39 ~ % xcrun simctl
usage: simctl [--set <path>] [--profiles <path>] <subcommand> ...
simctl help [subcommand]
Command line utility to control the Simulator
For subcommands that require a <device> argument, you may specify a device UDID
or the special "booted" string which will cause simctl to pick a booted device.
If multiple devices are booted when the "booted" device is selected, simctl
will choose one of them.
Subcommands:
create Create a new device.
clone Clone an existing device.
upgrade Upgrade a device to a newer runtime.
delete Delete spcified devices, unavailable devices, or all devices.
長いので以下略