Open
Description
Hey team,
We're using JOSESwift as a dependency for our xcframework. I've been trying to add JOSESwift to our xcframework binary target using SPM, but unfortunately, I'm encountering an error. The error message I'm getting is:
dyld: Library not loaded: @rpath/JOSESwift.framework/JOSESwift
Referenced from: /Users/Name/Library/Developer/Xcode/DerivedData/framewroks/3/Build/Products/Debug-iphonesimulator/Checkout3DS.framework/Checkout3DS
Reason: image not found
I have tried all online solutions but nothing is working
Only one possible solution that worked for me:
- Create XCFramework
I would appreciate any help or guidance you can provide in resolving this issue.