Xcode Build for React App fails in codesigning step

I tried building the React App for Any iOS device (Arm64) but I get error. Although I can build successfully for any iOS Simulators

In the codesigning step I get the following error,

"Warning: unable to build chain to self-signed root for signer "Apple Development: my email address ( ... ) "

I don't have paid membership of Apple Developer Program, does that cause this failure?

Also, to archive also do I need Apple Developer Program paid membership?

Answered by DTS Engineer in 814205022
I don't have paid membership of Apple Developer Program, does that cause this failure?

No.

I have general advice on this topic in Resolving errSecInternalComponent errors during code signing, and the related Fixing an untrusted code signing certificate post that it links to.

Also, to archive also do I need Apple Developer Program paid membership?

I’m presuming that you’re talking about an Xcode archive, that is, the thing you get when you choose Product > Archive in Xcode.

If so the answer to your question is “No.”

However, you won’t be able to do much with that archive without having a paid membership. None of the options you get when you click Distribute App are relevant to a Personal Team.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I don't have paid membership of Apple Developer Program, does that cause this failure?

No.

I have general advice on this topic in Resolving errSecInternalComponent errors during code signing, and the related Fixing an untrusted code signing certificate post that it links to.

Also, to archive also do I need Apple Developer Program paid membership?

I’m presuming that you’re talking about an Xcode archive, that is, the thing you get when you choose Product > Archive in Xcode.

If so the answer to your question is “No.”

However, you won’t be able to do much with that archive without having a paid membership. None of the options you get when you click Distribute App are relevant to a Personal Team.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Xcode Build for React App fails in codesigning step
 
 
Q