ios - 我使用 Xcode 将应用程序分发到 App Store Connect。 Xcode上传失败并显示 "ERROR ITMS-90037"

标签 ios xcode

我将我的应用程序分发到 App Store Connect。 Xcode 运行一些进程。然后 Xcode 上传失败并显示 ERROR ITMS-90037

该项目使用 Objective-C 开发。我使用 Sublime Text 查找正则表达式 [\x00-\x08\x0b-\x1f\x7f]。我在 Info.plist 中没有找到任何内容。

这是我的 Info.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>LSApplicationCategoryType</key>
    <string></string>
    <key>CFBundleDevelopmentRegion</key>
    <string>$(DEVELOPMENT_LANGUAGE)</string>
    <key>CFBundleDisplayName</key>
    <string>My App Name</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>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0</string>
    <key>CFBundleURLTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>CFBundleURLName</key>
            <string>sina</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>str</string>
            </array>
        </dict>
        <dict>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>CFBundleURLName</key>
            <string>wx</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>str</string>
            </array>
        </dict>
        <dict>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>CFBundleURLName</key>
            <string>qq</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>str</string>
            </array>
        </dict>
        <dict>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>CFBundleURLName</key>
            <string>tencent</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>str</string>
            </array>
        </dict>
        <dict>
            <key>CFBundleTypeRole</key>
            <string>Editor</string>
            <key>CFBundleURLName</key>
            <string>lineredsport</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>com.myteam.myapp</string>
            </array>
        </dict>
    </array>
    <key>CFBundleVersion</key>
    <string>1</string>
    <key>LSApplicationQueriesSchemes</key>
    <array>
        ...
    </array>
    <key>LSRequiresIPhoneOS</key>
    <true/>
    <key>NSAppTransportSecurity</key>
    <dict>
        <key>NSAllowsArbitraryLoadsInWebContent</key>
        <true/>
        <key>NSAllowsArbitraryLoads</key>
        <true/>
    </dict>
    <key>NSAppleMusicUsageDescription</key>
    <string>访问媒体资料库</string>
    <key>NSBluetoothPeripheralUsageDescription</key>
    <string>访问蓝牙</string>
    <key>NSCalendarsUsageDescription</key>
    <string>访问日历</string>
    <key>NSCameraUsageDescription</key>
    <string>访问相机</string>
    <key>NSLocationAlwaysUsageDescription</key>
    <string>始终访问位置</string>
    <key>NSLocationUsageDescription</key>
    <string>访问位置</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>试用期间访问位置</string>
    <key>NSMicrophoneUsageDescription</key>
    <string>访问麦克风</string>
    <key>NSMotionUsageDescription</key>
    <string>访问运动与健康</string>
    <key>NSPhotoLibraryUsageDescription</key>
    <string>滚球体育会在修改头像和发布推荐时使用您的相机,是否允许?</string>
    <key>NSRemindersUsageDescription</key>
    <string>访问提醒事项</string>
    <key>UIAppFonts</key>
    <array>
        <string>DIN-Bold.TTF</string>
    </array>
    <key>UIBackgroundModes</key>
    <array>
        <string>remote-notification</string>
    </array>
    <key>UIMainStoryboardFile</key>
    <string>Main</string>
    <key>UIRequiredDeviceCapabilities</key>
    <array>
        <string>armv7</string>
    </array>
    <key>UIStatusBarStyle</key>
    <string>UIStatusBarStyleDefault</string>
    <key>UISupportedInterfaceOrientations</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
    </array>
    <key>UISupportedInterfaceOrientations~ipad</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
    </array>
    <key>UIViewControllerBasedStatusBarAppearance</key>
    <true/>
</dict>
</plist>

以下是完整的错误消息

ERROR ITMS-90037: "This bundle is invalid. The Info.plist file is missing or could not be parsed. Please check it for embedded control characters."

最佳答案

以下是 ITMS-90037 上传错误堆栈溢出说明。

https://www.e-learn.cn/content/wangluowenzhang/1116413

关于ios - 我使用 Xcode 将应用程序分发到 App Store Connect。 Xcode上传失败并显示 "ERROR ITMS-90037",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56288111/

相关文章:

objective-c - 将 NSPredicate 中的子查询与 valueForKeyPath 组合时出错

ios - Http post请求没有传递参数?

swift - NSSearchField TextDidChange 的方法是什么?

xcode 设置——链接映射文件的路径——它是什么?

ios - 点击 map View 时未调用 didDeselectAnnotationView

ios - stringFromDate 在特殊设备上崩溃

iphone - UITableView 不会重新加载 contentSize

ios - 另一个 xib 中的自定义 xib 大小不正确

xcode - 根据一天中的时间显示/隐藏标签

ios - Xcode 模拟器目标 iOS 版本名称已转换为哈希值