What is the point of signing a Debug or Release code in Xcode?

Codeigning

Referring to the picture, I don’t understand what is the point of being able to sign “Debug” or “release” if it is useless as I try to research. The only thing we have to sign is the "Any iOS SDK". I also did a binary diff to verify that signing Debug and Release does not make a difference in the _CodeSignature / CodeResources file.

Is anyone

+5
source share
1 answer

To run any application on the device, it must be signed by an authorized developer and contain a valid training profile (signed by Apple) that grants permission to run on the device.

( ), , .

"", , , ( ) . "" "" , / .

" iOS SDK" - . , Simulator ( / ).

"Any iOS SDK" , iOS. , , Xcode.

+9

All Articles