mihai8804858 / swift-libass

Swift wrapper for "libass"
MIT License
4 stars 1 forks source link

Missing x86_64 architecture for visionOS simulator #1

Closed BProg closed 2 months ago

BProg commented 3 months ago

When building the app for testing on any visionOS simulator device, it fails with following message

Screenshot 2024-06-27 at 14 46 27

I am trying to make the updates myself, but am not able to run the ./build-libraries.sh and the scripts inside ffmpeg-kit are failing

mihai8804858 commented 3 months ago

Afaik visionOS doesn't support x86_64 and requires Apple Silicon.

image

BProg commented 3 months ago

Yeah, but simulator itself is a macos app, like other simulators

Screenshot 2024-07-01 at 08 47 46

You can try to build for testing following empty project using the any visionOS simulator device as device ⇧ ⌘ U EmptyVisionLibASS.zip

BProg commented 3 months ago

Found it's a missing architecture from the function-xros.sh script from the ffmpeg-kit repo

mihai8804858 commented 2 months ago

Fixed in 1.2.0.