rive-app / rive-ios

iOS runtime for Rive
MIT License
462 stars 53 forks source link

Mac Catalyst #293

Open molind opened 4 months ago

molind commented 4 months ago

I'm attempting to integrate Rive into my app. The iOS part works perfectly, but unfortunately, Mac Catalyst is not supported. I noticed that you planned to add support for it, as mentioned in the readme. However, it seems not to be working; the xcframework lacks platform support for Mac Catalyst.

I attempted to build it with Mac Catalyst myself, but the dependency tree is deep and wide, involving libraries, CPP interface, and then the iOS runtime. :)