Invalid Binary

Hey, Whenever I upload a build to App Store Connect, I get an Invalid Binary with the error:

One or more dynamic libraries that are referenced by your app are not present in the dylib search path

Here are all the frameworks in my project:

And here is my Cocoapods:

Thx in advanced!

Edit

Here is my output from running otool -L:

Accepted Reply

After long amounts of work, I fixed it by getting an older version of my project via source control and merging the new changes with the old version.

Replies

After long amounts of work, I fixed it by getting an older version of my project via source control and merging the new changes with the old version.