Kivy-iOS工具链不会运行“权限被拒绝" [英] Kivy-iOS toolchain wont run 'Permission Denied'

查看:63
本文介绍了Kivy-iOS工具链不会运行“权限被拒绝"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将一个kivy应用程序转换为可在iOS上运行,并且已遵循kivy网站上的信息.但是,一旦下载了所有内容,第一步就是编译工具链过程,而我做不到.因此,命令

Im trying to convert a kivy app to run on iOS and have followed the information on the kivy site. However, once everything is downloaded the first step is to compile the toolchain process, which I cant do. So the command

./toolchain.py openssl kivy

返回

 ./toolchain.py: Permission denied

没有其他消息,因此很难解决.我发现了这篇文章.该建议尚未被接受或标记为正确,但是无论如何我还是尝试了,更改权限不能解决问题.我尝试过

No other messages so a bit difficult to troubleshoot. I found this post. That suggestion hasn't been accepted or marked as correct, but I tried anyway and changing permissions doesn't fix the problem. I have tried

chmod a+x toolchain.py
sudo chmod 755 ./toolchain.py
sudo chmod 755 ./toolchain.py

所有这些都能按预期更改权限,但是现在尝试运行工具链给了我

All of which change the permissions as expected but trying to run toolchain now gives me

from: can't read /var/mail/kivy_ios.toolchain
./toolchain.py: line 4: syntax error: unexpected end of file

因此,更改权限似乎也不起作用,而且我现在没有主意了???此外,有关信息,我正在卡塔利娜(Catalina)上的静脉内跑步

So changing permission doesn't seem to work either and I'm now out of ideas??? Also for info I'm running kivy in a venv on Catalina

推荐答案

此答案适用于将来的用户.如果以上任何答案都不起作用.使用此 https://pypi.org/project/kivy-ios/并关注所有说明

This answer is for future users. If any of the above answers don't work. Use this https://pypi.org/project/kivy-ios/ and follow all the instructions

这篇关于Kivy-iOS工具链不会运行“权限被拒绝"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆