krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
896 stars 332 forks source link

Can not archive application due to signature #212

Closed yen-dang-ts closed 1 month ago

yen-dang-ts commented 1 month ago

When I try to archive App using OpenSSL I got error:

The signature of "OpenSSL.xcframework" cannot be validated and may have been compromised. Validation Error: A sealed resource is missing or invalid signature-collection failed: The operation couldn't be completed

Xcode 15.2 SDK version: 3.1.5001

krzyzanowskim commented 1 month ago

I can't reproduce. It may be something with the configuration of your project:

for more information check: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks similar report https://github.com/airbnb/lottie-ios/discussions/2339

yen-dang-ts commented 1 month ago

I only get error

Screenshot 2024-05-31 at 13 51 04 Screenshot 2024-05-31 at 13 54 17
yen-dang-ts commented 1 month ago

Hi @krzyzanowskim , Seem this issue is the same with https://github.com/onevcat/Kingfisher/issues/2178

krzyzanowskim commented 1 month ago

doesn’t look like here’s such issue tho