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".– Brenno Hayden