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
I'm receiving the following error with my project that has a Siri Message Intent extension: error: dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "productType", intValue: nil)], debugDescription: "Cannot initialize PBXProductType from invalid String value com.apple.product-type.app-extension.intents-service", underlyingError: nil)).
Is this extension type not currently supported?
The text was updated successfully, but these errors were encountered:
I'm receiving the following error with my project that has a Siri Message Intent extension:
error: dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "productType", intValue: nil)], debugDescription: "Cannot initialize PBXProductType from invalid String value com.apple.product-type.app-extension.intents-service", underlyingError: nil))
.Is this extension type not currently supported?
The text was updated successfully, but these errors were encountered: