Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Python 库,我想将它添加到我的 iOS 应用程序中。现在我已将 Python 库包含到项目中。现在我需要将 python 嵌入式框架添加到我的 Xcode 项目中。
我已经从 Github 下载了一个示例,除了我没有包含 libpython.a 之外,一切正常。因为这个库不存在。我怎样才能创建这个库?
https://github.com/video-dl/python-embedded
如何创建 pythonlib.a 并将其添加到我现有的 Xcode 项目中?