ios 构建错误代码 65

ios building Error code 65

我在 intel xdk ios build 中遇到问题,我还在下面显示了日志文件。

构建失败

以下构建命令失败:

Check dependencies (1 failure) ERROR building one of the platforms: Error code 65 for command: xcodebuild with args: -xcconfig,.../cordova_project/platforms/ios/cordova/build-release.xcconfig,-project,babysigning.xcodeproj,ARCHS=armv7 arm64,-target,babysigning,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../cordova_project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../cordova_project/platforms/ios/build/sharedpch You may not have the required environment or OS to build this project Error: Error code 65 for command: xcodebuild with args: -xcconfig,.../cordova_project/platforms/ios/cordova/build-release.xcconfig,-project,babysigning.xcodeproj,ARCHS=armv7 arm64,-target,babysigning,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../cordova_project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../cordova_project/platforms/ios/build/sharedpch

请帮我解决这个错误。 提前致谢。

错误已解决!!!发生这种情况是由于配置文件苹果 ID 与捆绑包标识符不匹配,因此为了解决此错误,我在苹果开发者帐户中创建配置文件时在应用程序 ID 中使用了通配符 char(*)。