Open nathantannar4 opened 2 years ago
Please add this + Mac platform support 🙏
Bump
Mac Catalyst in mentioned among supported platforms in readme. But it's not supported. May be it's a bug already?
https://github.com/rive-app/rive-ios?tab=readme-ov-file#supported-devices It is supposed to be supported.
Currently, this runtime library supports a minimum iOS version of 14.0+. Devices supported include iPhone, iPad, and Mac catalyst. macOS support supports a targeted version of 13.1.
@The-Real-Thisas You can check contents of a xcframework. It should contain ios-arm64_x86_64-maccatalyst
to support mac catalyst.
Bump
Description
When attempting to use Rive with a macCatalyst target, the build will fail because the .xcframework is never built for macCatalyst.
Provide a Repro
Open the "Demo-App" that uses SPM. Change the build setting for "Supports Mac Catalyst" to YES. This will allow Catalyst compilation, but it will fail due to Rive not being supported. The only macCatalyst support that exists is if you build for iOS but then run it on an Apple silicon Mac, but that is not full Catalyst support.
Expected behavior
Docs say catalyst is supported, so I would expect the xcframework to support true Mac catalyst compilation.
Device & Versions
Additional context
The
Package.swift
should also be corrected to include the macCatalyst platform.I attempted to try and fix these but am having trouble building the rive dependencies.
To fix this issue for rive, the build scripts need to be updated to include a
--destination
that can specify macCatalyst