Description
After upgrading the Meeting SDK to the latest available version (v6.5.1.26248), I can not upload my app to the App Store Connect. The error is:
Validation failed
Invalid Bundle. The bundle at ‘myapp.app/Frameworks/MobileRTC.framework’ contains disallowed file ‘Frameworks’. (ID: 8710f0d3-f1aa-4ab9-a53c-02aa66420cca)
Embedded frameworks are not allowed to contain inner frameworks, but the Meeting SDK for iOS does that - there’s MobileRTC/MobileRTC.xcframework/ios-arm64/MobileRTC.framework/Frameworks/libswift_Concurrency.dylib
file. Any manipulations with the structure and files lead to the framework signature verification failure.
Which iOS Meeting SDK version?
v6.5.1.26248
To Reproduce
Steps to reproduce the behavior:
- Integrate Meeting SDK v6.5.1.26248 into your iOS app.
- Upload the app to the App Store Connect.