Capacitor and Mac Deployment (macCatalyst)

Has anyone been able to do a basic Capacitor build for macos (by checking the mac checkbox under deployment info) without any plugins?

I’m looking to do a really basic build without any plugins but get quite a few errors related to UIWebKit being used and now allow via macCatalyst.

Capacitor + Catalyst doesn’t work if you build in Big Sur because they removed the UIWebView related classes and Capacitor 2 was using it for Cordova plugin compatibility.

All that code has been removed in Capacitor 3, but it’s still in alpha state, so not ready for production usage.

Excellent, thank you for this information.