software | version |
---|---|
python | 2.7.3 |
Kivy-iOS | 1.8.0 |
Pygame | 1.9.0-dev |
Cython | 0.21.0 |
After transferring the actual device to the iPhone (iOS8.1) with the combination of Application quit abnormally! RuntimeError I was hit by the phenomenon of falling. .. ..
After a little research, as in the following article It seems that the Cython version was the problem. https://github.com/kivy/kivy-ios/issues/104
pip unstall Cython
pip install Cython==0.20.0
After that, re-install kivy-iOS to solve the problem. Congratulations.