beeware/Python-iOS-template

Crashes on iOS10 simulator(xcode) after launching

Beomi opened this issue · 2 comments

Beomi commented
2016-09-21 06:55:14.717 net.beomi.pyios[59620:726381] Initializing Python runtime
2016-09-21 06:55:14.985 net.beomi.pyios[59620:726381] Unable to locate pyios main module file

my xcode tells me 'Unable to locate pyios main module file'.
I ran this code with pytho3.5 / OS X El Capitan / Xcode8(GM)

That error would be entirely expected if you just unroll the template and run it in XCode. You need to add a file named app/pyios/app.py; the template will look for and run that file.

Can you confirm what additional files you added to your project after rolling out the template?

Closing due to inactivity.