Skip to content

Commit 9a6012b

Browse files
committed
Update README
1 parent 979958f commit 9a6012b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ the following line to your `Podfile`:
102102
Then, run `pod install` from command line and use your project's generated
103103
`.xcworkspace` file. You might also need to add `use_frameworks!` to your `Podfile`.
104104

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+
105108
### Getting the `protoc` Plugins
106109

107110
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).
171174
[docs-keepalive]: ./docs/keepalive.md
172175
[docs-tutorial]: ./docs/basic-tutorial.md
173176
[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
174179
[protobuf-releases]: https://github.com/protocolbuffers/protobuf/releases
175180
[swift-nio-platforms]: https://github.com/apple/swift-nio#supported-platforms
176181
[swift-nio]: https://github.com/apple/swift-nio

0 commit comments

Comments
 (0)