Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8, 6.9
-
None
Description
Qt for iOS prebuilt packages are build for arm64 device and x86_64 simulator.
The ffmpeg for iOS provisioning is building for arm64 device and arm64 simulator.
One can not mix arm64 and x86_64 simulator libraries in a project.
As long as Qt ships x86_64 simulator builds, ffmpeg should do the same.
Otherwise one can't build ffmpeg-based iOS projects for the simulator.
The change that switched from x86_64 to arm64 simulator builds is https://codereview.qt-project.org/c/qt/qt5/+/613062/8/coin/provisioning/common/unix/install-ffmpeg-ios.sh#b18