My app update just got rejected with this message:
Your app uses or references the following non-public APIs:
commentText
I searched StackOverflow to find out how to use nm and otool to check my libraries for private APIs, but I couldn't get it to work.
Also I have a slight feeling it is a false positive since from the last update I haven't added any new third party library, only a SpriteKit minigame that only uses my code (which I'm confident has no private APIs).
Searching my project for the "commentText" string only shows some properties and methods from EBPhotoPages, a third party photo gallery which I used in previous updates as well with no problem.
Any kind of help with the nm or otool or what course of action I should take in case it actually is a false positive will be appreciated.
EDIT: Yes, I verified my app from XCode before uploading it to iTunes Connect.