CordovaError: Promise rejected with non-error: 'xcodebuild was not found. Please install version 9.0.0 or greater from App Store'

CordovaError: Promise rejected with non-error: 'xcodebuild was not found. Please install version 9.0.0 or greater from App Store'

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

我 运行 这个命令用于制作 iOS 构建:

ionic cordova build ios
CordovaError: Promise rejected with non-error: 'xcodebuild was not
found. Please install version 9.0.0 or greater from App Store'
at cli.catch.err
    (C:\Users\RISINGBEE\AppData\Roaming\npm\node_modules\cordova\bin\cordova:29:15)
        at process._tickCallback (internal/process/next_tick.js:68:7)

Note

您需要 Mac(Apple 设备)来构建 iOS

检查 Ionic Doc building iOS

根据我的理解,您可以从苹果设备构建应用程序,但不能从 windows 机器构建应用程序。

我在 Windows 中部署了我的应用程序。 最后,我构建了 android apk 并将其发布在 Google Store 下 然后我构建了我的 ios 并且我知道在过程结束时我遇到了与您相同的错误。但这不是问题。 之后,我将我的 platform/ios 文件夹复制到我的 Mac 中,在那里我完成了从 Xcode 到在 Apple Store 下发布我的 ios 应用程序的过程 再见