I create the ipa file with graalVM and client-maven-plugin. When I try to distribute into the apple Store I have this error.
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.
How I can solve?