skip to Main Content

I just started to publish my application into apple store.I’ve encountered few errors that make it unsuccessful to validate the app (Assertion Failure).

Image show the error that i got after run the code inside XCode
enter image description here

I already try few solution, but still can’t solve the error. Any ideas?

2

Answers


  1. Chosen as BEST ANSWER

    This error so far it doesn't affect the performance of the application. And I just untick the metal API validation in Xcode > Product > Scheme > Edit Scheme > Run > Diagnostics > Metal Api Validation and it works like a charm. Not to forget to Clean Build Folder of your project and run it again. Hope this solution help others in future.


  2. Usually this type of errors are solved after run ‘Product’ / ‘Clean Build Folder’ in Xcode.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search