xiaoping
xiaoping

Reputation: 1

codeSign Error: cannot allow to use key "" in my keychain

When I choose my iPhone to run my Xcode project, it ask me if I want to sign using key "" in your keychain,and when I clicked "Allow", the window doesn't disappear, but click "Deny" button, it disappeared....

enter image description here

What can I do please?

Upvotes: 0

Views: 144

Answers (1)

Muhammad Davlatzoda
Muhammad Davlatzoda

Reputation: 1

[app]

title = MyApp

source.dir = "D:\python Folder-resources1\Python_App1\Kivy_App\main.py"

package.name = myapp version = 1.0

requirements = python3, kivy

ios.codesign.allowed = 1

ios.codesign.identity = "iPhone Developer: Muhammad"

ios.bundle.identifier = "com.ilmhona.myapp"

Upvotes: 0

Related Questions