Hi folks,
We at PSPDFKit are more than excited to add support for our binary SDK with Swift 5.3. Our zip contains of two xcframeworks and two dSYM folders:
I read up on the proposal and discussions, but I cannot find any information how we can integrate the dSYM files for lldb to find. They should ideally be in the same folder as the xcframeworks for the resolution logic to work.
I did find a "FIXME: Add information on dSYMs (XCFrameworks support them out of the box right?)" note in [PITCH] Support for binary dependencies - however unfortunately xcframeworks do not support them out-of-the-box (unless we missed something, but while implementing we didn't see any kind of support for dSYM files).
Is this something that has been considered?