You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ 0xe80000d9, "This app contains a WatchKit app with an invalid bundle identifier. The bundle identifier of a WatchKit app must have a prefix consisting of the companion app's bundle identifier, followed by a '.'." },
254
254
{ 0xe80000da, "This app contains a WatchKit app where the UIDeviceFamily key in its Info.plist does not specify the value 4 to indicate that it's compatible with the Apple Watch device type." },
255
255
{ 0xe80000db, "The device is out of storage for apps. Please remove some apps from the device and try again." },
256
+
{ 0xe80000dc, "This app or an app that it contains has a Siri Intents app extension that is missing the IntentsSupported array in the NSExtensionAttributes dictionary in the NSExtension dictionary in its Info.plist." },
257
+
{ 0xe80000dd, "This app or an app that it contains has a Siri Intents app extension that does not correctly define the IntentsRestrictedWhileLocked key in the NSExtensionAttributes dictionary in the NSExtension dictionary in its Info.plist. The key's value must be an array of strings." },
258
+
{ 0xe80000de, "This app or an app that it contains has a Siri Intents app extension that declares values in its IntentsRestrictedWhileLocked key's array value that are not in its IntentsSupported key's array value (in the NSExtensionAttributes dictionary in the NSExtension dictionary in its Info.plist)." },
259
+
{ 0xe80000df, "This app or an app that it contains declares multiple Siri Intents app extensions that declare one or more of the same values in the IntentsSupported array in the NSExtensionAttributes dictionary in the NSExtension dictionary in their Info.plist. IntentsSupported must be distinct among a given Siri Intents extension type within an app." },
260
+
{ 0xe80000e0, "The WatchKit 2.0 app, which expects to be compatible with watchOS versions earlier than 3.0, contains a non-WatchKit extension in a location that's not compatible with watchOS versions earlier than 3.0." },
261
+
{ 0xe80000e1, "The WatchKit 2.0 app, which expects to be compatible with watchOS versions earlier than 3.0, contains a framework in a location that's not compatible with watchOS versions earlier than 3.0." },
{ 0xe80000e4, "Multiple iMessage app extensions were found in this app. Only one is allowed." },
265
+
{ 0xe80000e5, "This iMessage application is missing its required iMessage app extension." },
266
+
{ 0xe80000e6, "This iMessage application contains an app extension type other than an iMessage app extension. iMessage applications may only contain one iMessage app extension and may not contain other types of app extensions." },
267
+
{ 0xe80000e7, "This app contains a WatchKit app with one or more Siri Intents app extensions that declare IntentsSupported that are not declared in any of the companion app's Siri Intents app extensions. WatchKit Siri Intents extensions' IntentsSupported values must be a subset of the companion app's Siri Intents extensions' IntentsSupported values." },
{ "kAMDBundleVerificationFailedError", "The carrier bundle could not be verified." },
308
337
{ "kAMDBundleiTunesMetadataVersionMismatchError", "This application's iTunesMetadata.plist specifies versions that do not match the versions listed for the app in its Info.plist" },
309
338
{ "kAMDBusyError", "The device is busy." },
339
+
{ "kAMDCUPairingContinueError", "Continue pairing process over the network." },
340
+
{ "kAMDCUPairingError", "General failure while pairing over the network." },
341
+
{ "kAMDCUPairingResetError", "Pairing was reset due to earlier issues, try again." },
310
342
{ "kAMDCannotTranslateError", "Could not translate messages from device" },
311
343
{ "kAMDCarrierBundleCopyFailedError", "Could not install the carrier bundle." },
312
344
{ "kAMDCarrierBundleDirectoryCreationFailedError", "Could not create the carrier bundle directory." },
{ "kAMDInvalidHostIDError", "The device does not recognize this host." },
353
385
{ "kAMDInvalidPairRecordError", "The host is no longer paired with the device." },
354
386
{ "kAMDInvalidResponseError", "Received an unexpected response from the device." },
387
+
{ "kAMDInvalidSINFError", "The encryption information included with this application is not valid so this application cannot be installed on this device." },
355
388
{ "kAMDInvalidServiceError", "The service is invalid." },
356
389
{ "kAMDInvalidSessionIDError", "The session ID is invalid." },
357
390
{ "kAMDInvalidSymlinkError", "The bundle contained an invalid symlink." },
0 commit comments