简体   繁体   English

要将此应用配置为iOS路由应用,应用的Info.plist必须包含MKDirectionsApplicationSupportedModes键

[英]To configure this app as an iOS routing app, the app's Info.plist must contain the MKDirectionsApplicationSupportedModes key

I am trying to submit an update to my app to the app store but I get this error. 我正在尝试向应用商店提交我的应用更新,但是我收到此错误。

"To configure this app as an iOS routing app, the app's Info.plist must contain the MKDirectionsApplicationSupportedModes key." “要将此应用程序配置为iOS路由应用程序,应用程序的Info.plist必须包含MKDirectionsApplicationSupportedModes键。”

I have never gotten this before nor do I need it to be a routing app so does anyone know how to fix this? 我以前从来没有得过这个,也不需要它作为路由应用程序,所以有谁知道如何解决这个问题?

Use Xcode's "Find in Workspace" for the keyword "MKDirectionsRequest". 使用Xcode的“在工作区中查找”关键字“MKDirectionsRequest”。 Xcode seems to love inserting this in difficult to find places. Xcode似乎喜欢在难以找到的地方插入它。 Remove that from your Info.plist and resubmit. 从Info.plist中删除它,然后重新提交。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 应用的 Info.plist 必须包含一个 NSContactsUsageDescription 键 - The app's Info.plist must contain an NSContactsUsageDescription key 应用程序的 Info.plist 必须包含 NSMotionUsageDescription 键 - The app's Info.plist must contain an NSMotionUsageDescription key iOS 12-“应用程序的Info.plist必须包含NSMicrophoneUsageDescription密钥” - iOS 12 - “The app's Info.plist must contain an NSMicrophoneUsageDescription key” 什么是“应用程序的Info.plist必须包含NSPhotoLibraryAddUsageDescription”的崩溃? - What is the crash of “The app's Info.plist must contain an NSPhotoLibraryAddUsageDescription”? 应用程序的 Info.plist 必须包含 NSLocationAlwaysUsageDescription 和 NSLocationWhenInUseUsageDescription。 - The app's Info.plist must contain NSLocationAlwaysUsageDescription & NSLocationWhenInUseUsageDescription. EKEventStore访问请求在iOS 10上崩溃。消息:应用程序的Info.plist必须包含NSRemindersUsageDescription键 - EKEventStore access request crashes on iOS 10. Message:The app's Info.plist must contain an NSRemindersUsageDescription key 错误 ITMS-90513:缺少 Info.plist 键。 您的应用程序的 Info.plist 必须包含“TVTopShelfImage.TVTopShelfPrimaryImageWide”键 - ERROR ITMS-90513: Missing Info.plist Key. Your app's Info.plist must contain the 'TVTopShelfImage.TVTopShelfPrimaryImageWide' key 错误ITMS-90642:“缺少Info.plist密钥。 您应用的info.plist必须包含“MSMessagesExtensionStoreIconName”键。“ - ERROR ITMS-90642: “Missing Info.plist Key. Your app's info.plist must contain the 'MSMessagesExtensionStoreIconName' key.” 应用程序的 Info.plist 必须包含一个 NSMicrophoneUsageDescription 键和一个字符串值,向用户解释应用程序如何使用此数据 - The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data 应用程序的 Info.plist 必须包含一个 NSCameraUsageDescription 键和一个字符串值,向用户解释应用程序如何使用这些数据 - The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM