iOS
grpc builds out of the box for iOS.
Android
For building grpc for Android, you need to remove the -zdefs flag from the build process, by deleting this line: https://github.com/grpc/grpc-node/blob/153501df82936348f7544743350abda0978c0bb2/packages/grpc-native-core/binding.gyp#L878
-zdefs does not seem to be accepted by the NDK compiler.
grpc
iOS
grpc builds out of the box for iOS.
Android
For building grpc for Android, you need to remove the
-zdefsflag from the build process, by deleting this line: https://github.com/grpc/grpc-node/blob/153501df82936348f7544743350abda0978c0bb2/packages/grpc-native-core/binding.gyp#L878-zdefsdoes not seem to be accepted by the NDK compiler.