0
在嘗試使用IDE德科,因爲我收到以下錯誤第一次(A爲React.js IDE):沒有可用的模擬器。請安裝Xcode和在iOS模擬器來預覽項目
'No simulators available.', 'Please install Xcode and an iOS simulator to preview your project.'
我安裝的Xcode。它在文件中:
Macintosh HD < Applications < xcode-beta
我安裝了命令行工具。根據下面的命令行提示,它們位於
/Library/Developer/CommandLineTools
。
[redacted] at MacBook-Air-2 in ~
$ xcode-select -p
/Library/Developer/CommandLineTools
[redacted] at MacBook-Air-2 in ~
$ /usr/bin/xcodebuild -version
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer
directory '/Library/Developer/CommandLineTools' is a command line tools
instance
[redacted] at MacBook-Air-2 in ~
$
Xcode>首選項>位置 並選擇Xcode命令行工具 這爲我工作 –