IOS Build AttributeError: 'NoneType' object has no attribute 'subject'

Hello when i try to build IOS release version the software gives me this error:

AttributeError: ‘NoneType’ object has no attribute ‘subject’

What it means?
The same code builded in android release works well. Maybe something with the apple keys?

Regards

I dug into this one. Looks like a problem with your .p12 file, which is why it is only happening in iOS.

The p12 file is missing an organization unit name. Can you check if your p12 file is created properly?

what do you mean?
When I create a certificate request (Keychain) it does not ask me for the organization but only the email and name that have been insered

How are you creating your p12 file?

i do it by MAC.

I generate the request for certificate (with keychain), i put it into apple console to get the file .cer
then i import it to the keychain to export it again as p12
whats wrong?

thank you for the support

i have solved, after lots of export of the same file the Mac has generate a suitable file without the error. The reason? i don’t know :slight_smile: