Unable to upload app on appstore due to zoom screenshare framework

Description
I am not able to upload build on AppStore and getting error :-

App Store Connect Operation Error

ERROR ITMS-90206: “Invalid Bundle. The bundle at ‘zoomMeeting.app/PlugIns/ScreenShare.appex’ contains disallowed file ‘Frameworks’.”

I also tried uploading with device-only version still facing same issue.
Can you please look into it.

Which version?
v5.2.42037.1112

Hey @mubashshir.shaikh199,

Thanks for using the dev forum!

Can you verify the following:

  • Background modes are enabled for your distribution build
  • MobileRTCScreenShare.framework has the option “Do not embed” in your broadcast extension target
  • MobileRTC.framework is not in your broadcast extension target
  • MobileRTCScreenShare.framework is not in your main target

If these are all correct and you are still seeing issues can you provide a screenshot of your general tab for both the main target build settings and your extension target build settings?

Thanks!
Michael

Hey @Michael_Condon ,

Thanks for support!

I verified the following points you suggested but this are still not helping and giving same error. Screenshare.appex contains disallowd file ‘Frameworks’.

Please check screenshots below of my embedded content and frameworks.

Hey @mubashshir.shaikh199,

Can you also provide a screenshort of the “Frameworks, Libraries, and Embedded Content” portion of your broadcast extension target?
Do you have a folder or file called ‘Frameworks’ in your broadcast extension target?

Thanks!
Michael

Hey @Michael_Condon ,

No I don’t have any file or folder called ‘Frameworks’

Please check the attached screenshot for Embedded Content of my broadcast extension target.

Thanks
Mubashshir

Hey @mubashshir.shaikh199,

Can you try changing the replaykit framework to “Do not embed” for that target?

Thanks!
Michael