ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
750 stars 142 forks source link

engine: compile tor frameworks for iphonesimulator on arm64 #2570

Open bassosimone opened 8 months ago

bassosimone commented 8 months ago

Currently, https://github.com/ooni/probe-cli/pull/1372 uses xcrun-ios64 to compile for iphonesimulator/arm64. This seems wrong but has been confirmed to be WAI. The proper fix would be to use iossimulator-arm64-xcrun, implemented by https://github.com/openssl/openssl/commit/3ced3a44e8b2f5bb6ee3a61ae3d281061fc711f8, but this commit has not been merged into the 3.1.x branch. Another option would be using https://github.com/openssl/openssl/issues/14131#issuecomment-781517154.