Skip to content

Commit

Permalink
Update README for grpc#16821
Browse files Browse the repository at this point in the history
  • Loading branch information
muxi authored Dec 13, 2018
1 parent e9cae6b commit e8d6d47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/objective-c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,12 @@ pod `gRPC-Core`, :podspec => "." # assuming gRPC-Core.podspec is in the same dir

These steps should allow gRPC to use OpenSSL and drop BoringSSL dependency. If you see any issue,
file an issue to us.

## Upgrade issue with BoringSSL
If you were using an old version of gRPC (<= v1.14) which depended on pod `BoringSSL` rather than
`BoringSSL-GRPC` and meet issue with the library like:
```
ld: framework not found openssl
```
updating `-framework openssl` in Other Linker Flags to `-framework openssl_grpc` in your project
may resolve this issue (see [#16821](https://github.com/grpc/grpc/issues/16821)).

0 comments on commit e8d6d47

Please sign in to comment.