Reputation: 1
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....
What can I do please?
Upvotes: 0
Views: 144
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