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)?
source
share