-
-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
bugA crash or error in behavior.A crash or error in behavior.
Description
Describe the bug
Via @johnfhima at #175 (comment)
Apps packaged using this support package are being rejected by the App Store due to app structure.
Steps to reproduce
- Generate a HelloWorld app for iOS
- Push that app to TestFlight
- See error "Invalid Bundle Structure - The binary file '...' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles."
Expected behavior
App should not be rejected by App Store.
Environment
- Operating System: iOS, possibly macOS
- Python version: all
Additional context
The error message referred to by the App Store links to this document. It suggests the
[@mhsmith edit: This error is also discussed at Technical Note TN2435]
A similar problem likely exists for macOS apps pushed to the App Store.
It's possible the app_packages and python-stdlib folders need to be moved to a "fake" Python framework package in a /Frameworks
location.
Metadata
Metadata
Assignees
Labels
bugA crash or error in behavior.A crash or error in behavior.