Denny C. Dai

Results 15 comments of Denny C. Dai

check you build target's SDK version and make sure that matches the one used to built boost.framework (6.1 in my case). You might also want to turn off c++11 support...

please rebase on latest master for some of the build breaks seen in objc ios test. thanks

Hey @sethfri , we will be adding this support in Q2, stay tuned

> * Is the team still on track to deliver this for Q2? Hey @sethfri, YES ! that is still the case for us. > * Will this include XCFramework...

Hey @sethfri , the dev preview for the xcframework build should now be available in our v1.48.0 release (see our [release notes](https://github.com/grpc/grpc/releases/tag/v1.48.0) for more details). Please give it a try...

I find gyp's documentation a bit scarce but it is indeed a good build system. what about cmake ?

> @dennycd looks like the documentation says: https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-tvos.md#tvos_unit_test "Note: tvOS unit tests are not currently supported in the default test runner." - any idea how to work around this and...

https://github.com/grpc/grpc-ios/issues/76

Thanks Jan. We may want to keep tvOS & watchOS test on cocoapod until we can find a viable alternative in bazel. For now those tests are relatively low value...

FYI this looks like the same issue as reported from https://github.com/grpc/grpc/issues/29500 which also occurs on 13.3.x and up. Will look into this a bit further from gRPC/iOS side.