You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Extensions.ShowMessage(MessageType.Error,"Cannot codesign application","No certificate found in ./tools/developer/.\nRead README for information about how to place them,\n and run ./tools/helper/gen-certs to generate certificates.\n The syntax is:\ngen-certs apple-id app-only-password device-udid \nNote: the device udid i can be automatically retrieved\n if your device is connected to the computer and\n if you trusted the computer.");
Extensions.ShowMessage(MessageType.Error,"Cannot codesign application","No certificate found in "+Program.DeveloperPath+".\nRead README for information about how to place them.");
0 commit comments