JitsiMeet iOS SDK error
Error building JitsiMeet:
../RemoteMeetScreen-hflfymvmctgpwqgokbcphfzzpcms/Build/Products
/Debug-iphoneos/XCFrameworkIntermediates/JitsiMeetSDK/JitsiMeetSDK.framework/JitsiMeetSDK'
does not contain bitcode. You must rebuild it with bitcode
enabled (Xcode setting ENABLE_BITCODE), obtain an updated
library from the vendor, or disable bitcode for this target.
file '../RemoteMeetScreen-hflfymvmctgpwqgokbcphfzzpcms/Build/Products
/Debug-iphoneos/XCFrameworkIntermediates/JitsiMeetSDK/JitsiMeetSDK.framework/JitsiMeetSDK'
for architecture arm64 clang: error: linker command failed
with exit code 1 (use -v to see invocation)
Steps for Integration.
Integrate the latest SDK using cocoa pods.
Then in the build settings of .xcworkspace
created, change the following flags:
- Set Enable Bitcode flag to No.
- Set Always Embed Swift Standard Libraries to Yes.