beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.11k stars 160 forks source link

can not build to appstore #97

Closed Wconqueror closed 4 years ago

Wconqueror commented 4 years ago

ITMS-90036: This bundle is invalid - The Info.plist file for /Payload/xxx.app/PythonEnvironment.bundle/Python.framework is missing or could not be read.

ITMS-90207: Invalid Bundle - The bundle at '/Payload/xxx.app/PythonEnvironment.bundle/Python.framework' does not contain a bundle executable

what should i do?

freakboy3742 commented 4 years ago

If you've got a Python.framework, then you're not using the Python-Apple-support-provided build. It's therefore very difficult for us to provide any advice. BeeWare's packaged don't package as a framework, specifically because of App Store restrictions.