作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我将我的应用程序分发到 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 上传错误堆栈溢出说明。
关于ios - 我使用 Xcode 将应用程序分发到 App Store Connect。 Xcode上传失败并显示 "ERROR ITMS-90037",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56288111/
我有以下正则表达式 /[a-zA-Z0-9_-]/ 当字符串只包含从 a 到z 大小写、数字、_ 和 -。 我的代码有什么问题? 能否请您向我提供一个简短的解释和有关如何修复它的代码示例? //var
我是一名优秀的程序员,十分优秀!