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
I already try few solution, but still can’t solve the error. Any ideas?
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
Answers
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.
Usually this type of errors are solved after run ‘Product’ / ‘Clean Build Folder’ in Xcode.