-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolchain does not build with Xcode 15.4 #929
Comments
Have you tried the "fix" suggested in Issue #901 and:
|
Tried that and no change, just to add I am using a M1 Mac for this |
Can you repost your logs of Please ensure everything is cleaned up via |
it worked for me, thank you
|
Hello,
Did that and it still does not work here is the partial log. Notice it starts off good but then gets errors. If you can figure it out please tell me I stated porting my project to net-maui from Microsoft where I was able to create an ipa file even got a developer membership. Very complicated but figured it out. Can only publish with dotnet where it is very slow.
5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_cursesmodule.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_cursesmodule.o
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] building '_curses_panel' extension
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_curses_panel.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_curses_panel.o
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_posixsubprocess.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_posixsubprocess.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] building '_dbm' extension
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DUSE_NDBM -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_dbmmodule.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_dbmmodule.o
[DEBUG ] In file included from /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_cursesmodule.c:119:
[DEBUG ] ./Include/py_curses.h:36:10: fatal error: 'curses.h' file not found
[DEBUG ] #include <curses.h>
[DEBUG ] ^~~~~~~~~~
[DEBUG ] In file included from /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_curses_panel.c:15:
[DEBUG ] ./Include/py_curses.h:36:10: fatal error: 'curses.h' file not found
[DEBUG ] #include <curses.h>
[DEBUG ] ^~~~~~~~~~
[DEBUG ] 1 error generated.
[DEBUG ] 1 error generated.
[DEBUG ] building 'nis' extension
[DEBUG ] building '_lzma' extension
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/nismodule.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/nismodule.o
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/opt/homebrew/Cellar/xz/5.4.6/include -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_lzmamodule.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_lzmamodule.o
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_xxtestfuzz/fuzzer.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_xxtestfuzz.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] building '_decimal' extension
[DEBUG ] creating build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_decimal
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -I./Modules/_decimal/libmpdec -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_decimal/_decimal.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_decimal/_decimal.o
[DEBUG ] /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/nismodule.c:19:10: fatal error: 'rpcsvc/yp_prot.h' file not found
[DEBUG ] #include <rpcsvc/yp_prot.h>
[DEBUG ] ^~~~~~~~~~~~~~~~~~
[DEBUG ] 1 error generated.
[DEBUG ] building '_multiprocessing' extension
[DEBUG ] creating build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Modules/_multiprocessing -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/multiprocessing.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/multiprocessing.o
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_dbmmodule.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_dbm.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] building '_posixshmem' extension
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Modules/_multiprocessing -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/posixshmem.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/posixshmem.o
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Modules/_multiprocessing -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/semaphore.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/semaphore.o
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/posixshmem.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_posixshmem.cpython-311-darwin.so
[DEBUG ] /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/semaphore.c:355:23: error: call to undeclared function 'sem_timedwait'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
[DEBUG ] res = sem_timedwait(self->handle, &deadline);
[DEBUG ] ^
[DEBUG ] /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_multiprocessing/semaphore.c:355:23: note: did you mean 'sem_trywait'?
[DEBUG ] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/sys/semaphore.h:58:5: note: 'sem_trywait' declared here
[DEBUG ] int sem_trywait(sem_t *);
[DEBUG ] ^
[DEBUG ] 1 error generated.
[DEBUG ] building '_uuid' extension
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_uuidmodule.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_uuidmodule.o
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] building 'xxlimited' extension
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/xxlimited.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/xxlimited.o
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_xxsubinterpretersmodule.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_xxsubinterpreters.cpython-311-darwin.so
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_lzmamodule.o -L/opt/homebrew/Cellar/xz/5.4.6/lib -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -llzma -o build/lib.ios-aarch64-3.11/_lzma.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] building 'xxlimited_35' extension
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Include -I/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6 -c /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/xxlimited_35.c -o build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/xxlimited_35.o
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_uuidmodule.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_uuid.cpython-311-darwin.so
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/xxlimited.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/xxlimited.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_zoneinfo.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_zoneinfo.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/xxlimited_35.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/xxlimited_35.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_testclinic.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_testclinic.cpython-311-darwin.so
[DEBUG ] /var/folders/qc/1ckrysms2xn902hzh_yt_zj00000gn/T/tmp6d17f4is -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_testcapimodule.o -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -o build/lib.ios-aarch64-3.11/_testcapi.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ] ld -arch arm64 -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -miphoneos-version-min=9.0 -undefined dynamic_lookup -O3 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk build/temp.ios-aarch64-3.11/Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Modules/_decimal/_decimal.o Modules/_decimal/libmpdec/libmpdec.a -L/Users/richard/Documents/Python/HelloWorld/dist/lib/iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib -lm -o build/lib.ios-aarch64-3.11/_decimal.cpython-311-darwin.so
[DEBUG ] ld: unknown options: -miphoneos-version-min=9.0 -miphoneos-version-min=9.0 -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/ffi -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/libpng -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64/openssl -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2 -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_image -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_mixer -I/Users/richard/Documents/Python/HelloWorld/dist/include/common/sdl2_ttf -I/Users/richard/Documents/Python/HelloWorld/dist/include/iphoneos-arm64 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk
[DEBUG ]
[DEBUG ] The necessary bits to build these optional modules were not found:
[DEBUG ] _gdbm _tkinter ossaudiodev
[DEBUG ] To find the necessary bits, look in setup.py in detect_modules() for the module's name.
[DEBUG ]
[DEBUG ]
[DEBUG ] The following modules found by detect_modules() in setup.py, have been
[DEBUG ] built by the Makefile instead, as configured by the Setup files:
[DEBUG ] _asyncio _bisect _blake2
[DEBUG ] _bz2 _codecs_cn _codecs_hk
[DEBUG ] _codecs_iso2022 _codecs_jp _codecs_kr
[DEBUG ] _codecs_tw _contextvars _crypt
[DEBUG ] _csv _ctypes _ctypes_test
[DEBUG ] _datetime _elementtree _hashlib
[DEBUG ] _heapq _json _lsprof
[DEBUG ] _md5 _multibytecodec _opcode
[DEBUG ] _pickle _queue _random
[DEBUG ] _sha1 _sha256 _sha3
[DEBUG ] _sha512 _socket _sqlite3
[DEBUG ] _ssl _struct _testbuffer
[DEBUG ] _testimportmultiple _testinternalcapi array
[DEBUG ] audioop binascii cmath
[DEBUG ] fcntl grp math
[DEBUG ] mmap pyexpat resource
[DEBUG ] select syslog termios
[DEBUG ] unicodedata zlib
[DEBUG ]
[DEBUG ]
[DEBUG ] Failed to build these modules:
[DEBUG ] _curses _curses_panel _dbm
[DEBUG ] _decimal _lzma _multiprocessing
[DEBUG ] _posixshmem _posixsubprocess _statistics
[DEBUG ] _testcapi _testclinic _testmultiphase
[DEBUG ] _typing _uuid _xxsubinterpreters
[DEBUG ] _xxtestfuzz _zoneinfo nis
[DEBUG ] readline spwd xxlimited
[DEBUG ] xxlimited_35
[DEBUG ]
[DEBUG ] running build_scripts
[DEBUG ] creating build/scripts-3.11
[DEBUG ] copying and adjusting /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Tools/scripts/pydoc3 -> build/scripts-3.11
[DEBUG ] copying and adjusting /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Tools/scripts/idle3 -> build/scripts-3.11
[DEBUG ] copying and adjusting /Users/richard/Documents/Python/HelloWorld/build/python3/iphoneos-arm64/Python-3.11.6/Tools/scripts/2to3 -> build/scripts-3.11
[DEBUG ] changing mode of build/scripts-3.11/pydoc3 from 644 to 755
[DEBUG ] changing mode of build/scripts-3.11/idle3 from 644 to 755
[DEBUG ] changing mode of build/scripts-3.11/2to3 from 644 to 755
[DEBUG ] renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11
[DEBUG ] renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11
[DEBUG ] renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11
[DEBUG ] rm -f libpython3.11.a
[DEBUG ] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar rcs libpython3.11.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-
|
Addressed in #940 |
Versions
Describe the bug
Never successfully builds a kivy-ios project. It runs for a while and then has a STDERR message at the end that I don't know why.
To Reproduce
toolchain build kivy python3 openssl
Expected behavior
Have no errors and continue to do a toolchain create command to create the Xcode project.
Logs
Additional context
Tried to downgrade Xcode unsuccessfully, always wanted to install upgrades.
The text was updated successfully, but these errors were encountered: