Unable to distribute app on appstore

Description
We tried to distribute App on AppStore and got the following errors.

Version :
Zoom Video SDK Version : 1.5.3

Errors :

Asset validation failed
Invalid Signature. Code object is not signed at all. The file at path “PRODUCT_NAME.app/PlugIns/ScreenShare.appex/Frameworks/ZoomVideoSDKScreenShare.framework/ZoomVideoSDKScreenShare” is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target. For more information, please consult Code Signing - Support - Apple Developer. (ID: c8f1cb08-e3b5-49cc-9199-b25dcaa543a9)

Asset validation failed
No architectures in the binary. Lipo failed to detect any architectures in the bundle executable. (ID: 01f3acdc-e24a-40e6-a77e-8ee972041120)

i’ll provide you some ScreenShot also


Kindly help with this, It is urgent I should say.

Thank you.

Hi, @Dharmik,

Thank. you for posting in the Developer Forum. It looks like your application was not signed with a distribution certificate. Did you verify that the code signing settings in Xcode are correct at the target level as noted in the error message?
Next

Code Signing Guide

Hi @donte.zoom ,

Yes it’s perfectly signed with a distribution certificate.

Did you clean the project as well? This seems more like an issue related to the development environment rather than the Video SDK. The first thing I’d recommend is to resolve the signed application with a distribution certificate issue.

it’s working fine when i removed ZoomVideoSDKScreenShare Framework

Thanks for the clarification, @Dharmik ! Can you confirm whether your application is configured correctly for Screen sharing functionality? Here is the support documentation for reference :

https://developers.zoom.us/docs/video-sdk/ios/share/

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.