File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ the following line to your `Podfile`:
102
102
Then, run ` pod install ` from command line and use your project's generated
103
103
` .xcworkspace ` file. You might also need to add ` use_frameworks! ` to your ` Podfile ` .
104
104
105
+ * ⚠️ If you have conficting modules as a result of having a transitive
106
+ dependency on '[ gRPC-Core] [ grpc-core-pod ] ' see [ grpc/grpc-swift #945 ] [ grpc-swift-945 ] .*
107
+
105
108
### Getting the ` protoc ` Plugins
106
109
107
110
Binary releases of ` protoc ` , the Protocol Buffer Compiler, are available on
@@ -171,6 +174,8 @@ Please get involved! See our [guidelines for contributing](CONTRIBUTING.md).
171
174
[ docs-keepalive ] : ./docs/keepalive.md
172
175
[ docs-tutorial ] : ./docs/basic-tutorial.md
173
176
[ grpc ] : https://github.com/grpc/grpc
177
+ [ grpc-core-pod ] : https://cocoapods.org/pods/gRPC-Core
178
+ [ grpc-swift-945 ] : https://github.com/grpc/grpc-swift/pull/945
174
179
[ protobuf-releases ] : https://github.com/protocolbuffers/protobuf/releases
175
180
[ swift-nio-platforms ] : https://github.com/apple/swift-nio#supported-platforms
176
181
[ swift-nio ] : https://github.com/apple/swift-nio
You can’t perform that action at this time.
0 commit comments