Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for mac Catalyst #7319

Closed
jeetkapadia opened this issue Jul 15, 2020 · 3 comments
Closed

Support for mac Catalyst #7319

jeetkapadia opened this issue Jul 15, 2020 · 3 comments
Labels
browser-support Issues regarding a specific browser packaging Issue related to packaging or build topics web Issue related to the web frontend

Comments

@jeetkapadia
Copy link

jeetkapadia commented Jul 15, 2020

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

@Echolon Echolon added browser-support Issues regarding a specific browser packaging Issue related to packaging or build topics web Issue related to the web frontend labels Jul 15, 2020
@Echolon
Copy link

Echolon commented Jul 15, 2020

Are you talking about the desktop client (electron)?

@jeetkapadia
Copy link
Author

jeetkapadia commented Jul 15, 2020

No. I am talking about mac apps. For more information here is the link:

https://developer.apple.com/mac-catalyst/#:~:text=Native%20Mac%20apps%20built%20with,them%20at%20native%20Mac%20resolution.

@saghul
Copy link
Member

saghul commented Jul 15, 2020

We have no plans to support Catalyst at this stage. First, React Native would need to properly support it: react-native-community/discussions-and-proposals#131 then WebRTC, and then our mobile specific modules. I don't see this happening anytime soon.

@saghul saghul closed this as completed Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-support Issues regarding a specific browser packaging Issue related to packaging or build topics web Issue related to the web frontend
Projects
None yet
Development

No branches or pull requests

3 participants