I know this question is asked many time and people's proposed many solutions. In my case, I have tried all of them. what I tried is FYI: I can't use xcode for the build. Reason: I am working on chromium ios code everything build using GN build system.
- Created SwiftSupport folder and make it part of ipa file.
- Also signed Dylib under my framework and under SwiftSupport folder.
- a complete application is signed with the same identity verified through a terminal.
Does anyone have an idea what else apple required for signing? More troubleshooting steps most welcome.