XCode先决条件版本检查失败?无法使用 Intune Packager 打包应用程序
XCode prerequisite version check failed? Unable to package app with Intune Packager
编辑:Apple 的最新发行说明似乎表明构建系统发生了巨大变化。目前,Intune 的包管理器最近没有更新,所以我预计在更新之前除了降级之外不会有任何修复。
我刚刚像往常一样更新了 XCode 和 OSX 以及 运行 Intune MAM 打包程序,但现在我没有成功,而是得到了这个:
Version of MACOSX is 10.13.5
XCode prerequisite version check failed: failure in executing the xcodebuild command.
Missing prerequisite.
Cause of the error to be provided for investigation:Error Domain=IntuneAppPackager Code=22 "XCode version 5 or greater is required to run this tool." UserInfo={NSLocalizedDescription=XCode version 5 or greater is required to run this tool.}
我已经不得不重新启用证书以匹配配置文件,但这似乎无关紧要。我有最新的 XCode 和通过默认设置安装的构建工具。我用谷歌搜索了这个错误的不同部分,但没有任何结果。这可能是 InTune 的 mam packager,但错误本身在说 XCode Build tools.
时相对具体
在您的终端中尝试此代码:
xcode-select -p, then check if that path is correct path of your Xcode.
如果这不起作用,请尝试此代码:
sudo xcode-select --switch /correct path of the xcode app.
例如:
sudo xcode-select --switch /Applications/Xcode_7.3.1.app/Contents/Developer
这就是我所做的,而且有效!
我已经 Xcode 通过 App Store 安装,但在切换到新版本的 Intune MAM Packager 后遇到了同样的错误。
sudo xcode-select --switch /Applications/Xcode_7.3.1.app/Contents/Developer
对我有用
编辑:Apple 的最新发行说明似乎表明构建系统发生了巨大变化。目前,Intune 的包管理器最近没有更新,所以我预计在更新之前除了降级之外不会有任何修复。
我刚刚像往常一样更新了 XCode 和 OSX 以及 运行 Intune MAM 打包程序,但现在我没有成功,而是得到了这个:
Version of MACOSX is 10.13.5
XCode prerequisite version check failed: failure in executing the xcodebuild command.
Missing prerequisite.
Cause of the error to be provided for investigation:Error Domain=IntuneAppPackager Code=22 "XCode version 5 or greater is required to run this tool." UserInfo={NSLocalizedDescription=XCode version 5 or greater is required to run this tool.}
我已经不得不重新启用证书以匹配配置文件,但这似乎无关紧要。我有最新的 XCode 和通过默认设置安装的构建工具。我用谷歌搜索了这个错误的不同部分,但没有任何结果。这可能是 InTune 的 mam packager,但错误本身在说 XCode Build tools.
时相对具体在您的终端中尝试此代码:
xcode-select -p, then check if that path is correct path of your Xcode.
如果这不起作用,请尝试此代码:
sudo xcode-select --switch /correct path of the xcode app.
例如:
sudo xcode-select --switch /Applications/Xcode_7.3.1.app/Contents/Developer
这就是我所做的,而且有效!
我已经 Xcode 通过 App Store 安装,但在切换到新版本的 Intune MAM Packager 后遇到了同样的错误。
sudo xcode-select --switch /Applications/Xcode_7.3.1.app/Contents/Developer
对我有用