Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redefinition of module 'openssl' error #434

Closed
3 tasks done
cepages opened this issue Apr 16, 2019 · 2 comments
Closed
3 tasks done

redefinition of module 'openssl' error #434

cepages opened this issue Apr 16, 2019 · 2 comments

Comments

@cepages
Copy link

cepages commented Apr 16, 2019

New Issue Checklist

Issue Description

I've update my pods and when I try to do
pod install

I've got the error:

Redefinition of module 'openssl'

This is my podfile

target 'MyProject' do
  use_frameworks!
  pod 'SwiftProtobuf', '~> 1.0'
  pod 'SigmaSwiftStatistics', '~> 7.0'
  pod 'SwiftGRPC'
  pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :tag => 'v3.2.1'
  pod 'Swifter', '~> 1.4.5'
end

I've tried solutions in #111 (the solution from @MrMage is too behind in time )

Any idea how I could fix it?

Key Value
OS Version 10.14.3
Swift Version 4.1.2
Xcode Version 10.1
gRPC-Swift Version 0.8.2
gRPC-Swift Version x.x.x
protoc Version 3.7.1
protoc-gen-swift Version 1.4.0
protoc-gen-swiftgrpc Version x.x.x
@MrMage
Copy link
Collaborator

MrMage commented Apr 17, 2019

Could you please provide the full output of the command that causes problems?

@cepages
Copy link
Author

cepages commented Apr 17, 2019

Sorry, it seems I messed up with the Podfile in the test target and that made the error.

I could fix it :)

@cepages cepages closed this as completed Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants