Я создаю файл ipa с помощью graalVM и client-maven-plugin. Когда я пытаюсь распространить в Apple Store, у меня появляется эта ошибка.
ITMS-90338: Non-public API usage - The app references non-public symbols in <NAME APP> : __CFCopyServerVersionDictionary, __CFCopySystemVersionDictionary. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions.
Как я могу решить?