Skip to content

iOS apps rejected by App Store #176

@freakboy3742

Description

@freakboy3742

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

  1. Generate a HelloWorld app for iOS
  2. Push that app to TestFlight
  3. 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."

Capture d’écran 2023-02-08 à 20 30 06

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

No one assigned

    Labels

    bugA crash or error in behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions