I try to send my application to the application store, but I get an error from Apple:
Dear Developer,
We have detected one or more issues with your recent delivery for My App. To process your delivery, the following should be fixed:
Invalid package - one or more dynamic link libraries referenced by your application is not present in the dylib search path.
Once these problems are fixed, you can re-add the fixed binary.
Hello,
App Store Team
I tried using this answer to find out what happened, but I was still stuck. I exported the iPA application file and used the otool -L MyApp command to search for frameworks. Here are the results:

These are my frames from the iPA file:

I downloaded all my frameworks using carthage, and I added the frameworks to the built-in framework section:

However, when I submit the application, I get the same email address from Apple.
Thanks!
source share