We recently integrated the Here SDK lite for iOS in our app and during the submission to the AppStore, we discover that the xcframework contains unsupported files.
ITMS-90853: Invalid font - There was an error validating the font at 'Subito.app/Frameworks/heresdk.framework/style/fonts/FiraGO-Map.woff'. Font not supported by platform.
ITMS-90853: Invalid font - There was an error validating the font at 'Subito.app/Frameworks/heresdk.framework/style/fonts/DroidSansFallback.woff'. Font not supported by platform.
ITMS-90853: Invalid font - There was an error validating the font at 'Subito.app/Frameworks/heresdk.framework/style/fonts/FiraGO-Italic.woff'. Font not supported by platform.
We didn't find any instructions on the official documentation about stripping these files before submitting to the store, but that's what we proceeded to do, since we are not using any UI related component coming from the SDK at the moment. I hope that it's a safe operation (resulting app seems to work fine).
Are there any other folders that could/should be removed from the xcframework before the submission to the store (e.g. style folder)?