UnhandledPromiseRejectionWarning:找不到 xcodebuild

UnhandledPromiseRejectionWarning: xcodebuild was not found

最近我在 ionic 中创建了一个应用程序,我想在 ios 中测试它。所以我 运行 命令 ionic cordova emulate ios 。但是,它给了我以下错误。

(node:4200) UnhandledPromiseRejectionWarning: xcodebuild was not found. Please install version 7.0.0 or greater from App Store

我也运行遵循命令,但它仍然显示相同的错误。

 npm install -g ios-sim

npm install -g ios-deploy

请指导我该怎么做。 注意: 我正在使用 Ubuntu 16.04

您收到错误消息是因为您在 Linux 上 运行 执行此命令您需要 macOS 才能 运行 此命令。希望这会对你有所帮助:)