Compiling iOS gives a code assignment error

I try to create my application and I get the following:

Invalid code verification. The signature was invalid or was not signed with the Apple Certificate of Submission. (-19011)

My configuration is configured as "debug" and in my project properties, on the build tab, I have a profile selected under the code signing identifier. And in parentheses, the light gray text says that "currently corresponds to iPhone Developer ..."

But, if I click "build and run", even if I get an error, the application still works on my device.

Why am I getting this warning? Ideas? This is a new profile that I just created and stuck in Xcode.

+3
source share
1 answer

Try to build and clean. This often solves my problems with code signing errors.

+1
source

Source: https://habr.com/ru/post/1779522/


All Articles