如何纠正xcode9中grpc中的错误GPR_UNREACHABLE_COD
How to rectify the error GPR_UNREACHABLE_COD in grpc in xcode9
我在我的 ios 应用程序中使用 grpc。
将其更新为 xcode 9.0 后,当我尝试构建应用程序时,它抛出错误
/Users/xxxxx/iosApp/Pods/gRPC-Core/src/core/lib/surface/channel_stack_type.c:39:1: Control may reach end of non-void function
/Users/xxxxx/iosApp/Pods/gRPC-Core/src/core/lib/surface/channel_stack_type.c:57:1: Control may reach end of non-void function
有什么办法可以解决吗??
grpc 修复了 1.6.5 版本
我在我的 ios 应用程序中使用 grpc。 将其更新为 xcode 9.0 后,当我尝试构建应用程序时,它抛出错误
/Users/xxxxx/iosApp/Pods/gRPC-Core/src/core/lib/surface/channel_stack_type.c:39:1: Control may reach end of non-void function
/Users/xxxxx/iosApp/Pods/gRPC-Core/src/core/lib/surface/channel_stack_type.c:57:1: Control may reach end of non-void function
有什么办法可以解决吗??
grpc 修复了 1.6.5 版本