[iOS] Trying to add JitsiMeet framework to xcode
See original GitHub issueI have added the compiled JitsiMeet.framework to my xcode project, as well as WebRTC.framework per instructions.
They are both added to Link Binary with Libraries
Build Phase, but when I try to create a bridging-header : #import <JitsiMeet/JitsiMeet.h> it’s unable to find that header file.
What do I have to do to get this project to be recognize-able and importable?
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
Create Jitsi Meet Framework for native iOS ... - Stack Overflow
Configure jitsi-meet react native application on your system run it and make it work; Open Xcode project run it on iOS device check...
Read more >Create Jitsi Meet Framework for native iOS application and ...
Configure jitsi-meet react native application on your system run it and make it work; Open Xcode project run it on iOS device check...
Read more >iOS SDK | Jitsi Meet - GitHub Pages
JitsiMeet is an iOS framework which embodies the whole Jitsi Meet experience and makes it reusable by third-party apps. To get started: Add...
Read more >Jitsi-Meet iOS SDK Xcode 11.4 and Swift 5.1 error
Hi all, I am trying to integrate Jitsi Meet iOS SDK in native ios code. I went through the following issue while integrating...
Read more >Xcode | Apple Developer Forums
I am trying to create an XCFramework on Xcode 12.2 (12B45b) and do not get past ... /build/ios.xcarchive/Products/Library/Frameworks/MyModule.framework The ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m aware of new JitsiMeetSDK but I think problem is related with WebRTC.xcframework or pod cannot install dependent libraries properly.
Have you added the framework to the embed section or not?