iOS Build Failure: Missing site-xcframeworks Directory in serious_python_darwin PhaseScriptExecution
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 42/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Domain
- build-system, mobile-dev
Research direction
Reproduce the reported flow from pubspec.yaml: generate app/app.zip with dart run serious_python:main package python_src -p ios, then run flutter run on an iOS device. Inspect the serious_python_darwin PhaseScriptExecution step and the missing darwin/dist_ios/site-xcframeworks path; done means the basic Flutter app builds and runs with SeriousPython.run("app/app.zip").
Written by the indexing model from the issue text.
Description
I'm encountering a build failure when trying to run my Flutter app on an iOS device (iPhone on iOS 15.8.2) using the serious_python package. The error occurs during the Xcode build process in the PhaseScriptExecution step for the serious_python_darwin framework. It seems like a script is trying to access a directory that doesn't exist, preventing the app from launching.
Steps to Reproduce:
Create a new Flutter project (or use an existing one).
Add serious_python: ^0.4.0 (or latest version) to pubspec.yaml dependencies.
Run flutter pub get.
Create a python_src directory with a main.py file (e.g., print("Hello from Python!")).
Run dart run serious_python:main package python_src -p ios to generate app/app.zip.
Add - app/app.zip under flutter: assets: in pubspec.yaml.
Run flutter run on an iOS device.
Expected Behavior: The app builds and runs successfully on iOS, with Python code executable.
Actual Behavior: Build fails with:
textfind: /Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/ios/Pods/../.symlinks/plugins/serious_python_darwin/darwin/dist_ios/site-xcframeworks: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
Environment:
Flutter version: 3.35
Dart version: latest
serious_python version: latest
macOS version: 15.7 (darwin-x64)
Xcode version: [Run xcodebuild -version and paste output here]
iOS device: iPhone (iOS 15.8.2)
Project setup: Basic Flutter app with Python integration via SeriousPython.run("app/app.zip") in main.dart.
Additional Logs:
Full Xcode build output:
text[
Mac-mini pyt % flutter run
Checking for wireless devices...
[1]: iPhone 7
[2]: iPhone 16
[3]: macOS (macos)
[4]: Chrome (chrome)
Please choose one (or "q" to quit): 1
Launching lib/main.dart on iPhone in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project:
2CE659R688
Running Xcode build...
└─Compiling, linking and signing... 28.4s
Xcode build done. 43.6s
Failed to build iOS app
Could not build the precompiled application for the device.
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
Writing result bundle at path:
/var/folders/r7/nfm926517d72fdfcr5zv1bq80000gn/T/flutter_tools.4LldA3/flutter_ios_build_temp_dirhEc6RN/
temporary_xcresult_bundle
mkdir -p
/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.a
pp/Frameworks
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/"
--filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules"
"/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/path_pr
ovider_foundation/path_provider_foundation.framework"
"/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.
app/Frameworks"
Transfer starting: 6 files
path_provider_foundation.framework/_CodeSignature/CodeResources: deleting
path_provider_foundation.framework/_CodeSignature: deleting
path_provider_foundation.framework/
path_provider_foundation.framework/path_provider_foundation
path_provider_foundation.framework/path_provider_foundation_privacy.bundle/
path_provider_foundation.framework/path_provider_foundation_privacy.bundle/Info.plist
path_provider_foundation.framework/path_provider_foundation_privacy.bundle/PrivacyInfo.xcprivacy
sent 148672 bytes received 98 bytes 10551063 bytes/sec
total size is 148626 speedup is 1.00
Code Signing
/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.a
pp/Frameworks/path_provider_foundation.framework with Identity Apple Development:
apple.id@gmail.com
/usr/bin/codesign --force --sign 3956017CB9A867D27FA11965D1DA344CA5282AF5
--preserve-metadata=identifier,entitlements
'/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.
app/Frameworks/path_provider_foundation.framework' &
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/"
--filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules"
"/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/serious
_python_darwin/serious_python_darwin.framework"
"/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.
app/Frameworks"
Transfer starting: 690 files
serious_python_darwin.framework/_CodeSignature/CodeResources: deleting
serious_python_darwin.framework/_CodeSignature: deleting
serious_python_darwin.framework/
serious_python_darwin.framework/serious_python_darwin
serious_python_darwin.framework/python.bundle/
serious_python_darwin.framework/python.bundle/Info.plist
serious_python_darwin.framework/python.bundle/stdlib/
serious_python_darwin.framework/python.bundle/stdlib/LICENSE.txt
serious_python_darwin.framework/python.bundle/stdlib/__future__.pyc
serious_python_darwin.framework/python.bundle/stdlib/__hello__.pyc
serious_python_darwin.framework/python.bundle/stdlib/_aix_support.pyc
serious_python_darwin.framework/python.bundle/stdlib/_apple_support.pyc
serious_python_darwin.framework/python.bundle/stdlib/_collections_abc.pyc
serious_python_darwin.framework/python.bundle/stdlib/_compat_pickle.pyc
serious_python_darwin.framework/python.bundle/stdlib/_compression.pyc
serious_python_darwin.framework/python.bundle/stdlib/_ios_support.pyc
serious_python_darwin.framework/python.bundle/stdlib/_markupbase.pyc
serious_python_darwin.framework/python.bundle/stdlib/_osx_support.pyc
serious_python_darwin.framework/python.bundle/stdlib/_py_abc.pyc
serious_python_darwin.framework/python.bundle/stdlib/_pydatetime.pyc
serious_python_darwin.framework/python.bundle/stdlib/_pydecimal.pyc
serious_python_darwin.framework/python.bundle/stdlib/_pyio.pyc
serious_python_darwin.framework/python.bundle/stdlib/_pylong.pyc
serious_python_darwin.framework/python.bundle/stdlib/_sitebuiltins.pyc
serious_python_darwin.framework/python.bundle/stdlib/_strptime.pyc
serious_python_darwin.framework/python.bundle/stdlib/_sysconfigdata__ios_arm64-iphoneos.pyc
serious_python_darwin.framework/python.bundle/stdlib/_sysconfigdata__ios_arm64-iphonesimulator.pyc
serious_python_darwin.framework/python.bundle/stdlib/_sysconfigdata__ios_x86_64-iphonesimulator.pyc
serious_python_darwin.framework/python.bundle/stdlib/_threading_local.pyc
serious_python_darwin.framework/python.bundle/stdlib/_weakrefset.pyc
serious_python_darwin.framework/python.bundle/stdlib/abc.pyc
serious_python_darwin.framework/python.bundle/stdlib/aifc.pyc
serious_python_darwin.framework/python.bundle/stdlib/antigravity.pyc
serious_python_darwin.framework/python.bundle/stdlib/argparse.pyc
serious_python_darwin.framework/python.bundle/stdlib/ast.pyc
serious_python_darwin.framework/python.bundle/stdlib/base64.pyc
serious_python_darwin.framework/python.bundle/stdlib/bdb.pyc
serious_python_darwin.framework/python.bundle/stdlib/bisect.pyc
serious_python_darwin.framework/python.bundle/stdlib/bz2.pyc
serious_python_darwin.framework/python.bundle/stdlib/cProfile.pyc
serious_python_darwin.framework/python.bundle/stdlib/calendar.pyc
serious_python_darwin.framework/python.bundle/stdlib/cgi.pyc
serious_python_darwin.framework/python.bundle/stdlib/cgitb.pyc
serious_python_darwin.framework/python.bundle/stdlib/chunk.pyc
serious_python_darwin.framework/python.bundle/stdlib/cmd.pyc
serious_python_darwin.framework/python.bundle/stdlib/code.pyc
serious_python_darwin.framework/python.bundle/stdlib/codecs.pyc
serious_python_darwin.framework/python.bundle/stdlib/codeop.pyc
serious_python_darwin.framework/python.bundle/stdlib/colorsys.pyc
serious_python_darwin.framework/python.bundle/stdlib/compileall.pyc
serious_python_darwin.framework/python.bundle/stdlib/configparser.pyc
serious_python_darwin.framework/python.bundle/stdlib/contextlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/contextvars.pyc
serious_python_darwin.framework/python.bundle/stdlib/copy.pyc
serious_python_darwin.framework/python.bundle/stdlib/copyreg.pyc
serious_python_darwin.framework/python.bundle/stdlib/crypt.pyc
serious_python_darwin.framework/python.bundle/stdlib/csv.pyc
serious_python_darwin.framework/python.bundle/stdlib/dataclasses.pyc
serious_python_darwin.framework/python.bundle/stdlib/datetime.pyc
serious_python_darwin.framework/python.bundle/stdlib/decimal.pyc
serious_python_darwin.framework/python.bundle/stdlib/difflib.pyc
serious_python_darwin.framework/python.bundle/stdlib/dis.pyc
serious_python_darwin.framework/python.bundle/stdlib/doctest.pyc
serious_python_darwin.framework/python.bundle/stdlib/enum.pyc
serious_python_darwin.framework/python.bundle/stdlib/filecmp.pyc
serious_python_darwin.framework/python.bundle/stdlib/fileinput.pyc
serious_python_darwin.framework/python.bundle/stdlib/fnmatch.pyc
serious_python_darwin.framework/python.bundle/stdlib/fractions.pyc
serious_python_darwin.framework/python.bundle/stdlib/ftplib.pyc
serious_python_darwin.framework/python.bundle/stdlib/functools.pyc
serious_python_darwin.framework/python.bundle/stdlib/genericpath.pyc
serious_python_darwin.framework/python.bundle/stdlib/getopt.pyc
serious_python_darwin.framework/python.bundle/stdlib/getpass.pyc
serious_python_darwin.framework/python.bundle/stdlib/gettext.pyc
serious_python_darwin.framework/python.bundle/stdlib/glob.pyc
serious_python_darwin.framework/python.bundle/stdlib/graphlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/gzip.pyc
serious_python_darwin.framework/python.bundle/stdlib/hashlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/heapq.pyc
serious_python_darwin.framework/python.bundle/stdlib/hmac.pyc
serious_python_darwin.framework/python.bundle/stdlib/imaplib.pyc
serious_python_darwin.framework/python.bundle/stdlib/imghdr.pyc
serious_python_darwin.framework/python.bundle/stdlib/inspect.pyc
serious_python_darwin.framework/python.bundle/stdlib/io.pyc
serious_python_darwin.framework/python.bundle/stdlib/ipaddress.pyc
serious_python_darwin.framework/python.bundle/stdlib/keyword.pyc
serious_python_darwin.framework/python.bundle/stdlib/linecache.pyc
serious_python_darwin.framework/python.bundle/stdlib/locale.pyc
serious_python_darwin.framework/python.bundle/stdlib/lzma.pyc
serious_python_darwin.framework/python.bundle/stdlib/mailbox.pyc
serious_python_darwin.framework/python.bundle/stdlib/mailcap.pyc
serious_python_darwin.framework/python.bundle/stdlib/mimetypes.pyc
serious_python_darwin.framework/python.bundle/stdlib/modulefinder.pyc
serious_python_darwin.framework/python.bundle/stdlib/netrc.pyc
serious_python_darwin.framework/python.bundle/stdlib/nntplib.pyc
serious_python_darwin.framework/python.bundle/stdlib/ntpath.pyc
serious_python_darwin.framework/python.bundle/stdlib/nturl2path.pyc
serious_python_darwin.framework/python.bundle/stdlib/numbers.pyc
serious_python_darwin.framework/python.bundle/stdlib/opcode.pyc
serious_python_darwin.framework/python.bundle/stdlib/operator.pyc
serious_python_darwin.framework/python.bundle/stdlib/optparse.pyc
serious_python_darwin.framework/python.bundle/stdlib/os.pyc
serious_python_darwin.framework/python.bundle/stdlib/pathlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/pdb.pyc
serious_python_darwin.framework/python.bundle/stdlib/pickle.pyc
serious_python_darwin.framework/python.bundle/stdlib/pickletools.pyc
serious_python_darwin.framework/python.bundle/stdlib/pipes.pyc
serious_python_darwin.framework/python.bundle/stdlib/pkgutil.pyc
serious_python_darwin.framework/python.bundle/stdlib/platform.pyc
serious_python_darwin.framework/python.bundle/stdlib/plistlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/poplib.pyc
serious_python_darwin.framework/python.bundle/stdlib/posixpath.pyc
serious_python_darwin.framework/python.bundle/stdlib/pprint.pyc
serious_python_darwin.framework/python.bundle/stdlib/profile.pyc
serious_python_darwin.framework/python.bundle/stdlib/pstats.pyc
serious_python_darwin.framework/python.bundle/stdlib/pty.pyc
serious_python_darwin.framework/python.bundle/stdlib/py_compile.pyc
serious_python_darwin.framework/python.bundle/stdlib/pyclbr.pyc
serious_python_darwin.framework/python.bundle/stdlib/pydoc.pyc
serious_python_darwin.framework/python.bundle/stdlib/queue.pyc
serious_python_darwin.framework/python.bundle/stdlib/quopri.pyc
serious_python_darwin.framework/python.bundle/stdlib/random.pyc
serious_python_darwin.framework/python.bundle/stdlib/reprlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/rlcompleter.pyc
serious_python_darwin.framework/python.bundle/stdlib/runpy.pyc
serious_python_darwin.framework/python.bundle/stdlib/sched.pyc
serious_python_darwin.framework/python.bundle/stdlib/secrets.pyc
serious_python_darwin.framework/python.bundle/stdlib/selectors.pyc
serious_python_darwin.framework/python.bundle/stdlib/shelve.pyc
serious_python_darwin.framework/python.bundle/stdlib/shlex.pyc
serious_python_darwin.framework/python.bundle/stdlib/shutil.pyc
serious_python_darwin.framework/python.bundle/stdlib/signal.pyc
serious_python_darwin.framework/python.bundle/stdlib/site.pyc
serious_python_darwin.framework/python.bundle/stdlib/smtplib.pyc
serious_python_darwin.framework/python.bundle/stdlib/sndhdr.pyc
serious_python_darwin.framework/python.bundle/stdlib/socket.pyc
serious_python_darwin.framework/python.bundle/stdlib/socketserver.pyc
serious_python_darwin.framework/python.bundle/stdlib/sre_compile.pyc
serious_python_darwin.framework/python.bundle/stdlib/sre_constants.pyc
serious_python_darwin.framework/python.bundle/stdlib/sre_parse.pyc
serious_python_darwin.framework/python.bundle/stdlib/ssl.pyc
serious_python_darwin.framework/python.bundle/stdlib/stat.pyc
serious_python_darwin.framework/python.bundle/stdlib/statistics.pyc
serious_python_darwin.framework/python.bundle/stdlib/string.pyc
serious_python_darwin.framework/python.bundle/stdlib/stringprep.pyc
serious_python_darwin.framework/python.bundle/stdlib/struct.pyc
serious_python_darwin.framework/python.bundle/stdlib/subprocess.pyc
serious_python_darwin.framework/python.bundle/stdlib/sunau.pyc
serious_python_darwin.framework/python.bundle/stdlib/symtable.pyc
serious_python_darwin.framework/python.bundle/stdlib/sysconfig.pyc
serious_python_darwin.framework/python.bundle/stdlib/tabnanny.pyc
serious_python_darwin.framework/python.bundle/stdlib/tarfile.pyc
serious_python_darwin.framework/python.bundle/stdlib/telnetlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/tempfile.pyc
serious_python_darwin.framework/python.bundle/stdlib/textwrap.pyc
serious_python_darwin.framework/python.bundle/stdlib/this.pyc
serious_python_darwin.framework/python.bundle/stdlib/threading.pyc
serious_python_darwin.framework/python.bundle/stdlib/timeit.pyc
serious_python_darwin.framework/python.bundle/stdlib/token.pyc
serious_python_darwin.framework/python.bundle/stdlib/tokenize.pyc
serious_python_darwin.framework/python.bundle/stdlib/trace.pyc
serious_python_darwin.framework/python.bundle/stdlib/traceback.pyc
serious_python_darwin.framework/python.bundle/stdlib/tracemalloc.pyc
serious_python_darwin.framework/python.bundle/stdlib/tty.pyc
serious_python_darwin.framework/python.bundle/stdlib/types.pyc
serious_python_darwin.framework/python.bundle/stdlib/typing.pyc
serious_python_darwin.framework/python.bundle/stdlib/uu.pyc
serious_python_darwin.framework/python.bundle/stdlib/uuid.pyc
serious_python_darwin.framework/python.bundle/stdlib/warnings.pyc
serious_python_darwin.framework/python.bundle/stdlib/wave.pyc
serious_python_darwin.framework/python.bundle/stdlib/weakref.pyc
serious_python_darwin.framework/python.bundle/stdlib/webbrowser.pyc
serious_python_darwin.framework/python.bundle/stdlib/xdrlib.pyc
serious_python_darwin.framework/python.bundle/stdlib/zipapp.pyc
serious_python_darwin.framework/python.bundle/stdlib/zipimport.pyc
serious_python_darwin.framework/python.bundle/stdlib/__phello__/
serious_python_darwin.framework/python.bundle/stdlib/__phello__/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/__phello__/spam.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/
serious_python_darwin.framework/python.bundle/stdlib/asyncio/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/__main__.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/base_events.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/base_futures.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/base_subprocess.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/base_tasks.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/constants.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/coroutines.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/events.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/exceptions.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/format_helpers.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/futures.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/locks.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/log.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/mixins.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/proactor_events.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/protocols.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/queues.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/runners.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/selector_events.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/sslproto.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/staggered.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/streams.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/subprocess.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/taskgroups.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/tasks.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/threads.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/timeouts.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/transports.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/trsock.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/unix_events.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/windows_events.pyc
serious_python_darwin.framework/python.bundle/stdlib/asyncio/windows_utils.pyc
serious_python_darwin.framework/python.bundle/stdlib/collections/
serious_python_darwin.framework/python.bundle/stdlib/collections/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/collections/abc.pyc
serious_python_darwin.framework/python.bundle/stdlib/concurrent/
serious_python_darwin.framework/python.bundle/stdlib/concurrent/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/concurrent/futures/
serious_python_darwin.framework/python.bundle/stdlib/concurrent/futures/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/concurrent/futures/_base.pyc
serious_python_darwin.framework/python.bundle/stdlib/concurrent/futures/process.pyc
serious_python_darwin.framework/python.bundle/stdlib/concurrent/futures/thread.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/
serious_python_darwin.framework/python.bundle/stdlib/ctypes/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/_aix.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/_endian.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/util.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/wintypes.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/macholib/
serious_python_darwin.framework/python.bundle/stdlib/ctypes/macholib/README.ctypes
serious_python_darwin.framework/python.bundle/stdlib/ctypes/macholib/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/macholib/dyld.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/macholib/dylib.pyc
serious_python_darwin.framework/python.bundle/stdlib/ctypes/macholib/framework.pyc
serious_python_darwin.framework/python.bundle/stdlib/dbm/
serious_python_darwin.framework/python.bundle/stdlib/dbm/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/dbm/dumb.pyc
serious_python_darwin.framework/python.bundle/stdlib/dbm/gnu.pyc
serious_python_darwin.framework/python.bundle/stdlib/dbm/ndbm.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/
serious_python_darwin.framework/python.bundle/stdlib/email/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/_encoded_words.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/_header_value_parser.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/_parseaddr.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/_policybase.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/architecture.rst
serious_python_darwin.framework/python.bundle/stdlib/email/base64mime.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/charset.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/contentmanager.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/encoders.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/errors.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/feedparser.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/generator.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/header.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/headerregistry.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/iterators.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/message.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/parser.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/policy.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/quoprimime.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/utils.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/
serious_python_darwin.framework/python.bundle/stdlib/email/mime/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/application.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/audio.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/base.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/image.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/message.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/multipart.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/nonmultipart.pyc
serious_python_darwin.framework/python.bundle/stdlib/email/mime/text.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/
serious_python_darwin.framework/python.bundle/stdlib/encodings/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/aliases.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/ascii.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/base64_codec.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/big5.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/big5hkscs.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/bz2_codec.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/charmap.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp037.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1006.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1026.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1125.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1140.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1250.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1251.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1252.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1253.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1254.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1255.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1256.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1257.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp1258.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp273.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp424.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp437.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp500.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp720.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp737.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp775.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp850.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp852.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp855.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp856.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp857.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp858.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp860.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp861.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp862.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp863.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp864.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp865.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp866.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp869.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp874.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp875.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp932.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp949.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/cp950.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/euc_jis_2004.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/euc_jisx0213.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/euc_jp.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/euc_kr.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/gb18030.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/gb2312.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/gbk.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/hex_codec.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/hp_roman8.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/hz.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/idna.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso2022_jp.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso2022_jp_1.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso2022_jp_2.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso2022_jp_2004.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso2022_jp_3.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso2022_jp_ext.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso2022_kr.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_1.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_10.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_11.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_13.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_14.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_15.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_16.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_2.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_3.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_4.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_5.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_6.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_7.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_8.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/iso8859_9.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/johab.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/koi8_r.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/koi8_t.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/koi8_u.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/kz1048.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/latin_1.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_arabic.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_croatian.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_cyrillic.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_farsi.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_greek.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_iceland.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_latin2.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_roman.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_romanian.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mac_turkish.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/mbcs.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/oem.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/palmos.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/ptcp154.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/punycode.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/quopri_codec.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/raw_unicode_escape.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/rot_13.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/shift_jis.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/shift_jis_2004.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/shift_jisx0213.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/tis_620.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/undefined.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/unicode_escape.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_16.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_16_be.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_16_le.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_32.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_32_be.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_32_le.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_7.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_8.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/utf_8_sig.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/uu_codec.pyc
serious_python_darwin.framework/python.bundle/stdlib/encodings/zlib_codec.pyc
serious_python_darwin.framework/python.bundle/stdlib/html/
serious_python_darwin.framework/python.bundle/stdlib/html/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/html/entities.pyc
serious_python_darwin.framework/python.bundle/stdlib/html/parser.pyc
serious_python_darwin.framework/python.bundle/stdlib/http/
serious_python_darwin.framework/python.bundle/stdlib/http/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/http/client.pyc
serious_python_darwin.framework/python.bundle/stdlib/http/cookiejar.pyc
serious_python_darwin.framework/python.bundle/stdlib/http/cookies.pyc
serious_python_darwin.framework/python.bundle/stdlib/http/server.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/
serious_python_darwin.framework/python.bundle/stdlib/importlib/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/_abc.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/_bootstrap.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/_bootstrap_external.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/abc.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/machinery.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/readers.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/simple.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/util.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/_adapters.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/_collections.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/_functools.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/_itertools.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/_meta.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/metadata/_text.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/_adapters.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/_common.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/_itertools.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/_legacy.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/abc.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/readers.pyc
serious_python_darwin.framework/python.bundle/stdlib/importlib/resources/simple.pyc
serious_python_darwin.framework/python.bundle/stdlib/json/
serious_python_darwin.framework/python.bundle/stdlib/json/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/json/decoder.pyc
serious_python_darwin.framework/python.bundle/stdlib/json/encoder.pyc
serious_python_darwin.framework/python.bundle/stdlib/json/scanner.pyc
serious_python_darwin.framework/python.bundle/stdlib/json/tool.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_asyncio.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_bisect.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_blake2.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_bz2.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_codecs_cn.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_codecs_hk.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_codecs_iso2022.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_codecs_jp.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_codecs_kr.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_codecs_tw.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_contextvars.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_crypt.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_csv.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_ctypes.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_datetime.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_dbm.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_decimal.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_elementtree.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_hashlib.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_heapq.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_json.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_lsprof.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_lzma.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_md5.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_multibytecodec.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_opcode.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_pickle.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_queue.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_random.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_sha1.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_sha2.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_sha3.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_socket.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_sqlite3.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_ssl.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_statistics.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_struct.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_uuid.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_xxinterpchannels.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_xxsubinterpreters.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/_zoneinfo.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/array.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/audioop.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/binascii.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/cmath.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/fcntl.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/math.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/mmap.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/pyexpat.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/resource.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/select.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/termios.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/unicodedata.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/xxsubtype.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib-dynload/zlib.fwork
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/Grammar.txt
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/Grammar3.12.1.final.0.pickle
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/PatternGrammar.txt
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/PatternGrammar3.12.1.final.0.pickle
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/__main__.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/btm_matcher.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/btm_utils.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixer_base.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixer_util.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/main.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/patcomp.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pygram.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pytree.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/refactor.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_apply.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_asserts.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_basestring.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_buffer.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_dict.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_except.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_exec.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_execfile.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_exitfunc.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_filter.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_funcattrs.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_future.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_getcwdu.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_has_key.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_idioms.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_import.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_imports.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_imports2.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_input.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_intern.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_isinstance.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_itertools.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_itertools_imports.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_long.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_map.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_metaclass.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_methodattrs.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_ne.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_next.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_nonzero.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_numliterals.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_operator.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_paren.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_print.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_raise.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_raw_input.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_reduce.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_reload.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_renames.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_repr.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_set_literal.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_standarderror.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_sys_exc.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_throw.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_tuple_params.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_types.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_unicode.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_urllib.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_ws_comma.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_xrange.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_xreadlines.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/fixes/fix_zip.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/conv.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/driver.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/grammar.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/literals.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/parse.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/pgen.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/token.pyc
serious_python_darwin.framework/python.bundle/stdlib/lib2to3/pgen2/tokenize.pyc
serious_python_darwin.framework/python.bundle/stdlib/logging/
serious_python_darwin.framework/python.bundle/stdlib/logging/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/logging/config.pyc
serious_python_darwin.framework/python.bundle/stdlib/logging/handlers.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/connection.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/context.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/forkserver.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/heap.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/managers.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/pool.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/popen_fork.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/popen_forkserver.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/popen_spawn_posix.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/popen_spawn_win32.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/process.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/queues.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/reduction.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/resource_sharer.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/resource_tracker.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/shared_memory.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/sharedctypes.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/spawn.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/synchronize.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/util.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/dummy/
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/dummy/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/multiprocessing/dummy/connection.pyc
serious_python_darwin.framework/python.bundle/stdlib/re/
serious_python_darwin.framework/python.bundle/stdlib/re/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/re/_casefix.pyc
serious_python_darwin.framework/python.bundle/stdlib/re/_compiler.pyc
serious_python_darwin.framework/python.bundle/stdlib/re/_constants.pyc
serious_python_darwin.framework/python.bundle/stdlib/re/_parser.pyc
serious_python_darwin.framework/python.bundle/stdlib/sqlite3/
serious_python_darwin.framework/python.bundle/stdlib/sqlite3/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/sqlite3/__main__.pyc
serious_python_darwin.framework/python.bundle/stdlib/sqlite3/dbapi2.pyc
serious_python_darwin.framework/python.bundle/stdlib/sqlite3/dump.pyc
serious_python_darwin.framework/python.bundle/stdlib/tomllib/
serious_python_darwin.framework/python.bundle/stdlib/tomllib/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/tomllib/_parser.pyc
serious_python_darwin.framework/python.bundle/stdlib/tomllib/_re.pyc
serious_python_darwin.framework/python.bundle/stdlib/tomllib/_types.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/
serious_python_darwin.framework/python.bundle/stdlib/unittest/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/__main__.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/_log.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/async_case.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/case.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/loader.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/main.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/mock.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/result.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/runner.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/signals.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/suite.pyc
serious_python_darwin.framework/python.bundle/stdlib/unittest/util.pyc
serious_python_darwin.framework/python.bundle/stdlib/urllib/
serious_python_darwin.framework/python.bundle/stdlib/urllib/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/urllib/error.pyc
serious_python_darwin.framework/python.bundle/stdlib/urllib/parse.pyc
serious_python_darwin.framework/python.bundle/stdlib/urllib/request.pyc
serious_python_darwin.framework/python.bundle/stdlib/urllib/response.pyc
serious_python_darwin.framework/python.bundle/stdlib/urllib/robotparser.pyc
serious_python_darwin.framework/python.bundle/stdlib/venv/
serious_python_darwin.framework/python.bundle/stdlib/venv/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/venv/__main__.pyc
serious_python_darwin.framework/python.bundle/stdlib/venv/scripts/
serious_python_darwin.framework/python.bundle/stdlib/venv/scripts/common/
serious_python_darwin.framework/python.bundle/stdlib/venv/scripts/common/Activate.ps1
serious_python_darwin.framework/python.bundle/stdlib/venv/scripts/common/activate
serious_python_darwin.framework/python.bundle/stdlib/venv/scripts/posix/
serious_python_darwin.framework/python.bundle/stdlib/venv/scripts/posix/activate.csh
serious_python_darwin.framework/python.bundle/stdlib/venv/scripts/posix/activate.fish
serious_python_darwin.framework/python.bundle/stdlib/xml/
serious_python_darwin.framework/python.bundle/stdlib/xml/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/NodeFilter.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/domreg.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/expatbuilder.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/minicompat.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/minidom.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/pulldom.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/dom/xmlbuilder.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/etree/
serious_python_darwin.framework/python.bundle/stdlib/xml/etree/ElementInclude.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/etree/ElementPath.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/etree/ElementTree.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/etree/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/etree/cElementTree.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/parsers/
serious_python_darwin.framework/python.bundle/stdlib/xml/parsers/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/parsers/expat.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/sax/
serious_python_darwin.framework/python.bundle/stdlib/xml/sax/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/sax/_exceptions.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/sax/expatreader.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/sax/handler.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/sax/saxutils.pyc
serious_python_darwin.framework/python.bundle/stdlib/xml/sax/xmlreader.pyc
serious_python_darwin.framework/python.bundle/stdlib/xmlrpc/
serious_python_darwin.framework/python.bundle/stdlib/xmlrpc/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/xmlrpc/client.pyc
serious_python_darwin.framework/python.bundle/stdlib/xmlrpc/server.pyc
serious_python_darwin.framework/python.bundle/stdlib/zipfile/
serious_python_darwin.framework/python.bundle/stdlib/zipfile/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/zipfile/__main__.pyc
serious_python_darwin.framework/python.bundle/stdlib/zipfile/_path/
serious_python_darwin.framework/python.bundle/stdlib/zipfile/_path/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/zipfile/_path/glob.pyc
serious_python_darwin.framework/python.bundle/stdlib/zoneinfo/
serious_python_darwin.framework/python.bundle/stdlib/zoneinfo/__init__.pyc
serious_python_darwin.framework/python.bundle/stdlib/zoneinfo/_common.pyc
serious_python_darwin.framework/python.bundle/stdlib/zoneinfo/_tzpath.pyc
serious_python_darwin.framework/python.bundle/stdlib/zoneinfo/_zoneinfo.pyc
sent 10247724 bytes received 14458 bytes 8288653 bytes/sec
total size is 10150682 speedup is 0.99
Code Signing
/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.a
pp/Frameworks/serious_python_darwin.framework with Identity Apple Development: apple.id@gmail.com
()
/usr/bin/codesign --force --sign 3956017CB9A867D27FA11965D1DA344CA5282AF5
--preserve-metadata=identifier,entitlements
'/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.
app/Frameworks/serious_python_darwin.framework' &
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/"
--filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules"
"/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/XCFrame
workIntermediates/serious_python_darwin/Python.framework"
"/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.
app/Frameworks"
Transfer starting: 3 files
Python.framework/_CodeSignature/CodeResources: deleting
Python.framework/_CodeSignature: deleting
Python.framework/
Python.framework/Python
sent 6555841 bytes received 48 bytes 40694531 bytes/sec
total size is 6555697 speedup is 1.00
Code Signing
/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.a
pp/Frameworks/Python.framework with Identity Apple Development: apple.id@gmail.com ()
/usr/bin/codesign --force --sign 3956017CB9A867D27FA11965D1DA344CA5282AF5
--preserve-metadata=identifier,entitlements
'/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/build/ios/Debug-iphoneos/Runner.
app/Frameworks/Python.framework' &
find:
/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/ios/Pods/../.symlinks/plugins/ser
ious_python_darwin/darwin/dist_ios/site-xcframeworks: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
warning: Run script build phase '[CP-User] Add Python frameworks into iOS app bundle' will be run during
every build because it does not specify any outputs. To address this issue, either add output
dependencies to the script phase, or configure it to run in every build by unchecking "Based on
dependency analysis" in the script phase. (in target 'serious_python_darwin' from project 'Pods')
/Users/Documents/flutterDev/sdk/development/projects/pyt/pyt/ios/Runner.xcodeproj: warning:
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES
to enable sandboxing (in target 'Runner' from project 'Runner')
note: Run script build phase 'Run Script' will be run during every build because the option to run the
script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
note: Run script build phase 'Thin Binary' will be run during every build because the option to run the
script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
Error launching application on iPhone.
]
Questions/Notes:
The script [CP-User] Add Python frameworks into iOS app bundle seems to be the culprit, and it runs every build due to missing output dependencies.
There's also a warning about unsandboxed script phases: "tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES".
I've tried cleaning the build (flutter clean, pod deintegrate, pod install) and regenerating the package ZIP, but the issue persists.
Is this related to a missing step in packaging, or a bug in the build script for iOS?
Any known workarounds for iOS 15.x or Xcode 14+?
Thanks for the great package—it's exactly what I need for Python-Flutter integration! Looking forward to your insights.
- Dominant language
- Dart
- Stars
- 324
- Forks
- 47
- Avg merge
- 7h 41m
- Merged PRs (30d)
- 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from flet-dev/serious-python
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
flet-dev/serious-python#226 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
flet-dev/serious-python#169 ·
-
documentation
flet-dev/serious-python#157 · 1 comment · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
flet-dev/serious-python#133 · 2 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
flet-dev/serious-python#117 ·
All issues in flet-dev/serious-python
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Suwayomi/Suwayomi-Tsumiru#479 ·
-
Build Failure: agora_rtc_engine compiled against android-31 while dependencies require android-34+ Open
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
conceptadev/noir#95 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
leancodepl/patrol#3296 ·