How to resolve Framework not found JitsiMeetSDK.xcframework error

512 Views Asked by At

I want to integrate JitsiMeetSDK framework for iOS project. but it gives me error:

ld: framework not found JitsiMeetSDK.xcframework
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have set all the info as per link : https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-ios-sdk

I have used cocoapods, Xcode 12.4, Swift project. Any suggestions?

0

There are 0 best solutions below