References
https://github.com/beeware/Python-Apple-support
https://github.com/beeware/Python-Apple-support/blob/main/USAGE.md
https://docs.python.org/3.14/using/ios.html#adding-python-to-an-ios-project
macOS
Python.xcframework
for macOS targetPython.xcframework/macos-arm64_x86_64/Python.framework
Python.xcframework
into the root of the macOS/iOS project in Xcode Navigatormain.swift
PythonKit
(Optional)iOS
Python.xcframework
for iOS targetPython.xcframework/ios-arm64/Python.framework
and Python.xcframework/ios-arm64_x86_64-simulator/Python.framework
Python.xcframework
from Python-3.13-iOS-support.b3.tar.gz
into the root of the iOS project in Xcode Navigator.cpython
iOS/Resources/dylib-Info-template.plist
file from cpython
project into the empty project, and ensure it is associated with the app target.Target -> General
tab, under Frameworks, Libraries and Embedded Content
, add Python.xcframework
, with Embed & Sign
selected.Target -> Build Settings
tab, modify the following