ios - Fails to distribute my app: "Your app contains non-public API usage." -


After failing to deliver some bugs and restoring my project to the app store, it fails to deliver is. Xcode shows the following error message:

  • Your app contains non-public API uses. Please review errors, fix them, and resubmit your application.
  • App Pelload / XXX.app / XXX refers to non-public symbols: UICreateCGImageFromIOSurface

    is the name of the XXX app.

    I have searched the entire project, and I have not received any keyword (UICRATIMIFIFI IOFface). How can I fix this?

    Reveal with your project. It should not be linked to your binary's release mode.

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -