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
1.poc_2015_0079.py:No module named objc... why objc? if I'm running on linux instead of os x?
2.pip install pyobjc ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered:
raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '['/usr/bin/xcodebuild', '-version', '-sdk', 'macosx', 'Path']' returned non-zero exit status 1
可能需要安装依赖 XCode ?
Sorry, something went wrong.
No branches or pull requests
1.poc_2015_0079.py:No module named objc...
why objc? if I'm running on linux instead of os x?
2.pip install pyobjc
ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered: