Forum Archive

New modules and Xcode

Gerzer

I am making a new app in Pythonista using the new contacts and location modules, but when I export to Xcode, the modules just aren't there. I've checked the entire file structure of the project folder, to no avail. Is there any way I can programmatically email or sync to Dropbox the module files, so I can put them in the pylib folder?

Thanks,
Coder123

omz

I think I've accidentally uploaded an outdated version of the runtime library. You can fix this by downloading this new version of libpythonista4.a and putting it into <project dir>/Pythonista/lib (overwrite the old one).

http://omz-software.com/pythonista/download/libpythonista4.a.gz

You might need to unzip it first (if it has a .gz extension), but it's also possible that Safari does this automatically).

It shouldn't be necessary to do this for new exports, this is just to fix the exported project that you already have.

Gerzer

Thanks, I'll try that!