krzyzanowskim / OpenSSL

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

Code signing "OpenSSL.framework" failed. #123

Closed elemanhillary-zz closed 3 years ago

elemanhillary-zz commented 3 years ago

Am using ReactNative

Screen Shot 2021-07-01 at 4 01 12 PM
ishulai commented 3 years ago

Encountering the same issue while building using Fastlane.

Error Domain=IDEDistributionPipelineErrorDomain Code=0 "Code signing "OpenSSL.framework" failed." UserInfo={NSLocalizedDescription=Code signing "OpenSSL.framework" failed., NSLocalizedRecoverySuggestion=View distribution logs for more information.}

Anyone have a solution?

krzyzanowskim commented 3 years ago

you have to re-sign embedded frameworks with your entitlements

elemanhillary-zz commented 3 years ago

OpenSSL is added by react-native and when I check signing is set to automatic

On Sat, 3 Jul 2021 at 1:18 pm, Marcin Krzyzanowski @.***> wrote:

you have to re-sign embedded frameworks with your entitlements

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/krzyzanowskim/OpenSSL/issues/123#issuecomment-873382955, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADM4W6OQ253OEXWUPCJ2RODTV3PVXANCNFSM47UU2PAA .

elemanhillary-zz commented 3 years ago

Encountering the same issue while building using Fastlane.

Error Domain=IDEDistributionPipelineErrorDomain Code=0 "Code signing "OpenSSL.framework" failed." UserInfo={NSLocalizedDescription=Code signing "OpenSSL.framework" failed., NSLocalizedRecoverySuggestion=View distribution logs for more information.}

Anyone have a solution?

Are you using xcode 12 or 13

elemanhillary-zz commented 3 years ago

@ishulai i disabled bit code when archiving

elemanhillary-zz commented 3 years ago

Am closing issue, solution disable bitcode when creating a build