We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you run buildozer -h on Windows, the commands listed include:
buildozer -h
Target "ios" commands: list_identities List the available identities to use for signing. xcode Open the xcode project.
However, if you try to run these two commands, they fail, because they to run commands that are not installed.
Specifically, 'security find-identity -v -p codesigning' and 'open myapp.xcodeproj'
These two ios-specific commands should only be available on platforms that support them. (I assume 'darwin' only.)
The text was updated successfully, but these errors were encountered:
Related #1564 (Duplicate?)
Sorry, something went wrong.
No branches or pull requests
Versions
Description
If you run
buildozer -h
on Windows, the commands listed include:However, if you try to run these two commands, they fail, because they to run commands that are not installed.
Specifically, 'security find-identity -v -p codesigning' and 'open myapp.xcodeproj'
These two ios-specific commands should only be available on platforms that support them. (I assume 'darwin' only.)
The text was updated successfully, but these errors were encountered: