Is it possible to run an iOS program as a static library?

I have AI code developed in python 2.7 that uses non-standard libraries.

I am going to compile it to work with my iPhone application.

I would not want to reprogram everything like this, is this a way to compile my python + code all the dependencies into a static file so that I can call it from my iOS application as a function?

+4
source share
2 answers

iPhone Objective-C, C, ++ Objective-C ++. Python.

, , Python C.

PyPy Toolchain .

+2

Source: https://habr.com/ru/post/1502875/


All Articles