ITMS-90626: Invalid Siri Support - No se ha proporcionado ninguna frase de ejemplo para INSearchCallHistoryIntent en el idioma 'en'.

Buenas a todos

Recibo estos errores al implementar Siri

ITMS-90626: Invalid Siri Support - No se ha proporcionado ninguna frase de ejemplo para INSearchCallHistoryIntent en el idioma 'en'.

ITMS-90626: Invalid Siri Support - No example phrase was provided for INStartAudioCallIntent in the 'en' language.

No entiendo tengo los intent de examples en ingles

<key>NSExtension</key>
<dict>
	<key>App Intent Vocabulary Property List</key>
	<dict>
		<key>Intent Phrases</key>
		<array>
			<dict>
				<key>Intent Name</key>
				<string>INStartAudioCallIntent</string>
				<key>Intent Examples</key>
				<array>
					<string>Start a voice call with [contact name].</string>
					<string>Call [contact name] using audio.</string>
				</array>
			</dict>
			<dict>
				<key>Intent Name</key>
				<string>INSearchCallHistoryIntent</string>
				<key>Intent Examples</key>
				<array>
					<string>Show me calls with [contact name].</string>
					<string>Find calls from [contact name].</string>
				</array>
			</dict>
		</array>
	</dict>

Pero sigo obteniendo el mismo error, aca vez que lanzo una TestFlight. De antemano les agradezco.

ITMS-90626: Invalid Siri Support - No se ha proporcionado ninguna frase de ejemplo para INSearchCallHistoryIntent en el idioma 'en'.
 
 
Q