python-for-ios
python-for-ios copied to clipboard
Script for building Python with iOS SDK
@ https://apt.bingner.com/debs/1443.00/python_2.7.15-2_iphoneos-arm.deb
got this error while using your python on iOS 10.2
报错信息如下: dyld: Library not loaded: /usr/lib/libpython2.7.dylib Referenced from: /usr/bin/python Reason: no suitable image found. Did find: /usr/lib/libpython2.7.dylib: mmap() error 22 at address=0x00242000, size=0x0002A000 segment=__DATA in Segment::map() mapping /usr/lib/libpython2.7.dylib /usr/lib/libpython2.7.dylib: mmap()...
This is somewhat an 'issue' and somewhat a question. Issue is that there is not a build for Python 3. Some scripts that need python 3 do not work on...