Invalid Swift error when apple tries to process app

Asked

Viewed 64 times

0

Hi! I’m trying to publish an app on the apple App Store. The build makes normal and also makes normal Rchive, but after processing on apple, returns the following error: Invalid Swift Support - The expected dylibs are Missing from the app’s Framework Location, such as /Payload/Mypharma.app/Frameworks. Note: I am using pods in the app. I have tried numerous alternatives that have not solved. What should I do?

  • A suggestion, you could use $(inherited) in the Build Setting tab and search for "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES".

1 answer

0

When I had this problem was that my app used an A framework that depended on another B framework and I had only linked Framework A in my project, that is, the problem is that some framework that you used has a dependency that is not being copied along with binary, without Cocoa Pods is only linking the missing framework to the project, now with Cocoa pods check the folder where it copies the dependencies and see which one is missing.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.