Skip to content

iOS support isn't working on 0.9.9 #16724

@henryiii

Description

@henryiii

Summary

I'm trying to use uv's iOS support directly in cibuildwheel, and I'm getting:

(AS)

Using CPython 3.13.9 interpreter at: /Library/Frameworks/Python.framework/Versions/3.13/bin/python3.13
Creating virtual environment at: /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/cibw-run-wu8a60og/cp313-ios_arm64_iphoneos/build/venv
Activate with: source /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/cibw-run-wu8a60og/cp313-ios_arm64_iphoneos/build/venv/bin/activate
error: Failed to inspect Python interpreter from active virtual environment at `/private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/cibw-run-wu8a60og/cp313-ios_arm64_iphoneos/build/venv/bin/python3`
  Caused by: Querying Python at `/private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/cibw-run-wu8a60og/cp313-ios_arm64_iphoneos/build/venv/bin/python3` returned an invalid response: unknown variant `iphoneos`, expected one of `aarch64`, `arm64`, `armv5tel`, `armv6l`, `armv7l`, `armv8l`, `powerpc64le`, `ppc64le`, `powerpc64`, `ppc64`, `powerpc`, `ppc`, `i386`, `i686`, `x86`, `amd64`, `x86_64`, `s390x`, `loongarch64`, `riscv64`, `wasm32`

(Intel)

Using CPython 3.13.9 interpreter at: /Library/Frameworks/Python.framework/Versions/3.13/bin/python3.13
Creating virtual environment at: /private/var/folders/vx/zmvzwd094y53mqcpn3jbm7580000gn/T/cibw-run-bcaei7sg/cp313-ios_x86_64_iphonesimulator/build/venv
Activate with: source /private/var/folders/vx/zmvzwd094y53mqcpn3jbm7580000gn/T/cibw-run-bcaei7sg/cp313-ios_x86_64_iphonesimulator/build/venv/bin/activate
error: Failed to inspect Python interpreter from active virtual environment at `/private/var/folders/vx/zmvzwd094y53mqcpn3jbm7580000gn/T/cibw-run-bcaei7sg/cp313-ios_x86_64_iphonesimulator/build/venv/bin/python3`
  Caused by: Querying Python at `/private/var/folders/vx/zmvzwd094y53mqcpn3jbm7580000gn/T/cibw-run-bcaei7sg/cp313-ios_x86_64_iphonesimulator/build/venv/bin/python3` returned an invalid response: unknown variant `iphonesimulator`, expected one of `aarch64`, `arm64`, `armv5tel`, `armv6l`, `armv7l`, `armv8l`, `powerpc64le`, `ppc64le`, `powerpc64`, `ppc64`, `powerpc`, `ppc`, `i386`, `i686`, `x86`, `amd64`, `x86_64`, `s390x`, `loongarch64`, `riscv64`, `wasm32`

iphoneos and iphonesimulator seem to be confusing it. From Discord. CC @freakboy3742. pypa/cibuildwheel#2586

Platform

macOS

Version

0.9.9

Python version

3.13

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions