You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
I have tried all online solutions but nothing is working
Only one possible solution that worked for me:
I would appreciate any help or guidance you can provide in resolving this issue.
The text was updated successfully, but these errors were encountered: