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
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
The text was updated successfully, but these errors were encountered:
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
I've tried solutions in #111 (the solution from @MrMage is too behind in time )
Any idea how I could fix it?
The text was updated successfully, but these errors were encountered: