The warning says "The app references non-public selectors in Payload/MyApp.app/MyApp:createEntity" .
Does this mean I've used createEntity
from Apple's private API somewhere?
I've searched my project but all the place that I've used createEntity
is using the project's custom selector. Can I ignore this warning and go ahead or find a better solution?