Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for iOS with Python 3.6.6 #601

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

cyberbibby
Copy link

I have added the support for iOS platform, using the Python 3.6.6's static libs from repo(https://github.com/pybee/Python-Apple-support/tree/3.6).

How to use:

  1. Making a folder named "Lib" inside the "Content" folder.
  2. Copy the python36.zip from "Plugins/UnrealEnginePython/python/python36/ios/Python/Resources/lib" into the "Lib" folder that is created right now, and rename it as "stdlib.zip".
  3. Configure the "package" setting in the UE4 project, adding the "Lib" to the "Additional Non-Asset Directories To Copy".
  4. Launching or Packaging.

@rdeioris
Copy link
Contributor

Wow, this is a huge work :) I suppose there are no other ways to build the iOS stuff without including that massive amount of files..

@cyberbibby
Copy link
Author

Thanks to the help of pybee/Python-Apple-support, it was not as hard for me to do this. :)

@rdeioris rdeioris mentioned this pull request Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants