Support for mac Catalyst #7319
Labels
browser-support
Issues regarding a specific browser
packaging
Issue related to packaging or build topics
web
Issue related to the web frontend
Hi,
Jitsi works great in our project but with Xcode 11 now we have an option to build the same app which will work on mac as well. I tried to build with mac option ticket under the general tab in my project but it gave me an error by saying
/Users/jeetkapadia/Documents/TestMac.xcodeproj Building for Mac Catalyst, but the linked and embedded framework 'JitsiMeet.framework' was built for iOS + iOS Simulator. You may need to restrict the platforms for which this framework should be linked and embedded in the target editor, or replace it with an XCFramework that supports both platforms.
and it shows the same for webrtc:
Showing All Messages
/Users/jeetkapadia/Documents/TestMac.xcodeproj Building for Mac Catalyst, but the linked and embedded framework 'WebRTC.framework' was built for iOS + iOS Simulator. You may need to restrict the platforms for which this framework should be linked and embedded in the target editor, or replace it with an XCFramework that supports both platforms.
Can you provide some workaround for this?
Thanks
The text was updated successfully, but these errors were encountered: