What certificate and provisioning profile are used to sign my application?

I'm trying to develop an iOS application, and the current build settings: Code signature identification Debugging: do not enter code Any SDK: iOS developer Release: do not enter code Any SDK: iOS developer Provisioning profile: None

How is it that I can still run the application on my iPad, although I did not select the Provisioning Profile and did not select "Do not code sign" to configure Debug?

Is there a way to see which profile was selected for this application (even if I did not select one)?

+4
source share
1 answer

, , Xcode. "" > "" > " ". " " . , "CodeSign app_name.app". , 3 . " " foo " " bar "

+8

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