Closed
Description
We're using Carthage and got a weird "Code signing SDWebImage.framework failed." when exporting our app.
Apparently this was due to the xcode-project being configured to embed SDWebImage.framework in the SDWebImageSwiftUI.framework, causing duplicates as:
Build/iOS/SDWebImageSwiftUI.framework/Frameworks/SDWebImage.framework
Build/iOS/SDWebImage.framework
Changing to "Do Not Embed" and rebuilding solved it.
Cartfile.resolved:
github "SDWebImage/SDWebImage" "5.7.1"
github "SDWebImage/SDWebImageSwiftUI" "1.3.0"
Metadata
Metadata
Assignees
Labels
No labels