ITMS-90338: Non-public API usage

I got the following message when I tried to send my build to TestFlight.
And I got the ARCore/AugmentedFaces when I searched for that Non-public symbols

% find . -type f -exec grep -l 'ddReplaceEii' {} ;
./Pods/ARCore/AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework/ARCoreAuentedFaces

Is there any way to solve this issue?

ITMS-90338: Non-public API usage - The app references non-public symbols in MYAPP: ZN3icu5Edits10addReplaceEii, ZN3icu5Edits12addUnchangedEi. 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. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/

ITMS-90338: Non-public API usage
 
 
Q