我正在尝试用Kivy创建我的第一个应用程序。到目前为止,我探索了Kivy的工作方式,但是在进入KivyMaps这样的新程序包之前,我尝试编译了到目前为止的内容...
我用follogin行创建了一个Xcode项目...
./toolchain.py create AppName ~/Users/MyUser/Documents/AppName/
...,并且在文件夹
中创建了一个新项目。~/Users/MyUser/Documents/AppName/appname-ios
做得好!
因此,我打开Xcode并启动了该项目,但出现以下错误:
building file list ... rsync: link_stat "/Users/MyUser/Documents/AppName/." failed: No such file or directory (2)
done
sent 29 bytes received 20 bytes 98.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52.200.1/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code`
我做错了什么?
我浏览了几篇文章,尝试了不同的文件夹,但结果相同。我错过了什么吗?