Invalid Swift Support - The expected dylibs are missing from the app’s Framework location

1.6k views Asked by At

I'm running fastlane beta to upload build to test flight.

What I'm getting after running lane beta-

Archive successful. Successfully uploaded the new binary to iTunes Connect Waiting for iTunes Connect to finish processing the new build Build doesn't show up in the build list anymore, waiting for it to appear again..

I'm getting a mail from iTunes store- Invalid Swift Support - The expected dylibs are missing from the app’s Framework location

-I have dylibs in my SwiftSupport folder. -I'm giving archive_path in Gymfile where I'm copying the delis into my Framework folder before running pilot. -configuration = Release -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES

-fastlane version- 2.53.1 -Xcode version - 8.3.3

I wanted to ask what I'm doing wrong as this is not working. Is there an another way around? And can we copy files into the archive framework folder, after archive is successful. I would want to know if someone else experienced this same issue as well. I have seen similar questions related to dylibs but no one had the same issue.

Thanks in advance :)

(Important)- It's working fine when I'm archiving and uploading using Xcode. The issue is when uploading with fastlane.

(UPDATE)- I'm getting the same with Xcode as well, archive and upload gets successful but then I'm getting the same invalid swift support mail from iTunes connect.

0

There are 0 answers