Cannot validate application in XCode

Hi,

I am trying to archive/validate/publish my app via XCode to the app store.
However while signing (during validation) I am encountering the following error:

Code signing “RemObjectsSDK.framework” failed.
View distribution logs for more information

When looking in the distribution logs I see the following entry:

2018-10-18 06:07:20 +0000 …/Frameworks/RemObjectsSDK.framework: code object is not signed at all
2018-10-18 06:07:20 +0000 /usr/bin/codesign exited with 1

The framework is embedded and linked.
I am using the latest release and swift 4.2 in XCode 10
Thanks in advance!

i believe when using frameworks, you will need to ma ally resign the framework (ideal the copy outside of your app bundle, from where it gets references, with the developer/distribution certificate that matches your app. alternatively, you can use the static library to avoid this.