Python-iOS-template
Python-iOS-template copied to clipboard
A cookiecutter template for creating an iOS project running Python code.
I am currently using the library and the associated template in an iOS app mainly written in Obj-C. I've achieved, thanks to the template, to call Python methods from Obj-C...
When I try to update my app to the store with this framework I'm seeing this issue -> "couldn't find platform info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for 2.7" a closer...
Hi, I did everything you mentioned about the installation of the python-ios-template. However, once I click on the xcodeproj file, and want to build I got some errors that I'm...
Hi, Thank you for the devellopment of this tool, i come here cause i have some troubles with the template that i ve been unable to solve for 3 days...
I was trying to add an EGG package to an iOS app (in the app_packages) but it did not work. I think that the problem is how app_packages are added...
i've create second char array i'm using youtube-dl project NSString\* main_script2 = @" -g https://www.youtube.com/watch?v=B3eAMGXFw1o"; const char *c = [main_script2 cStringUsingEncoding:NSUTF8StringEncoding]; python_argv[1] = _Py_char2wchar(c, NULL); output: Unable to open main.py,...