beeware / Python-iOS-template

A cookiecutter template for creating an iOS project running Python code.
MIT License
303 stars 36 forks source link

build failed #2

Closed gclsoft closed 9 years ago

gclsoft commented 10 years ago

sent 21 bytes  received 20 bytes  82.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-45/rsync/main.c(992) [sender=2.6.9]
Command /bin/sh failed with exit code 23
freakboy3742 commented 10 years ago

Thanks for the report - can you provide any details on how you got this error? It isn't clear from the log you've provided what you were doing, what you did beforehand, etc. OS versions and hardware versions etc would also be helpful.

uranusjr commented 10 years ago

I just got the same error (I think). The build script expects app_packages in the project root, which the cookiecutter template doesn’t create. Manually creating an empty one fixes that error.

freakboy3742 commented 9 years ago

@uranusjr Thanks for the debugging help! Looks like the problem was caused because I used a local directory, rather than the Github path to run the cookiecutter - git doesn't preserve empty directories. I've added a dummy README to the app_packages directory, so the directory should get created now.