gpt4 book ai didi

ios - 错误 ITMS-90207 苹果商店提交

转载 作者:技术小花猫 更新时间:2023-10-29 11:24:58 25 4
gpt4 key购买 nike

当我在模拟器或设备(用于调试和发布构建配置)上运行我的应用程序时,它可以完美运行。但是当我尝试将我的应用程序提交到 Apple Store 时,出现以下错误:

ERROR ITMS-90207: "Invalid Bundle. The bundle at 'APPNAME.app' does not contain a bundle executable."

我尝试使用 Xcode 和 Application Loader 上传存档,但没有成功。

enter image description here

我尝试了本主题 ( Xcode App Submisson ERROR ITMS-90207: "Invalid Bundle ) 中的一些解决方案,但没有一个适用于我的项目:

  • CFBundleExecutable 在我的 plist 文件中声明为 $(EXECUTABLE_NAME)
  • 我试图禁用 Bitcode
  • 我试图删除所有 CFBundleExecutable 形式的 Pods plist 文件(只保留目标 plist 中的一个)

也许此错误与 Xcode 版本有关...我的 mac 正在运行 macOS Sierra 版本 10.12.6 Beta (16G8c)、Xcode 版本 8.3.2 (8E2002) 和 Application Loader 版本 3.0 (620)。

欢迎任何帮助。

更新:

我尝试使用 Xcode 8.2,我有同样的错误。

这是我的 plist 文件以获取更多详细信息:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>APPNAME</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb000000</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>639</string>
<key>FacebookAppID</key>
<string>000000</string>
<key>FacebookDisplayName</key>
<string>APPNAME</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Description...</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Description...</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Description...</string>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
<dict>
<key>Style</key>
<string>UIBarStyleDefault</string>
<key>Translucent</key>
<false/>
</dict>
</dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

更新 2:

我设法从另一台使用 Xcode 8.2.1 的 Mac 发布存档。我在我的 Mac 上尝试使用 Xcode 版本 8.2 和 8.2.1,但我仍然遇到相同的错误。我也尝试过 Application Loader 版本 3.0 和 3.6,但没有成功......看起来,问题出在我的 Mac 上。我不知道该怎么办。

最佳答案

我已经联系了 Apple 开发人员技术支持,正如@Larme 在上面的评论中所建议的那样,错误是由于我的 macOS 测试版造成的。

这是完整的 Apple 支持回答:

I looked at the .ipa you provided that was giving trouble, and compared it to the one successfully submitted to the App Store. The one giving you trouble was built on a beta version of macOS, which is not supported for distribution. Apps released to the App Store need to be built for a GM version of macOS, with a GM version of Xcode, using a GM version of the iOS SDK.

Normally, apps submitted with any beta software receive a message indicating this problem, and the message you received was completely misleading.

我要完成 Bug Reporter 表单来报告这个错误。
感谢大家的帮助。

关于ios - 错误 ITMS-90207 苹果商店提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44216547/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com