matrix-org / matrix-ios-sdk

The Matrix SDK for iOS
Apache License 2.0
451 stars 211 forks source link

Failed to build module 'JitsiMeet' from its module interface in Xcode 12 #934

Open adrian007n opened 3 years ago

adrian007n commented 3 years ago

Hi Thanks to sharing a nice SDK. I'm really happy to use this. But there are some issues in Xcode 12. Failed to build module 'JitsiMeet' from its module interface;... I've tried to find the reason. Based on the link jitsi/jitsi-meet#7234 , Jitsi-meet was fixed the issues on JitsiMeet SDK 2.10.2. But you are using 2.10.0 in develop branch. ( ss.ios.dependency 'JitsiMeetSDK', ' 2.10.0' ) Could you please update it to 2.10.2? Thanks.

4omar9 commented 3 years ago

Any update on this?

Edit: I am willing to send a PR

update: We can work around this by using the develop branch: pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'

dejan9393 commented 3 years ago

I had to fork the matrix-ios-sdk project and update JitsiMeetSDK to 2.11.0 in MatrixSDK.podspec.

I'm running Xcode 12.2 and Swift Version 5.3.1