vyshane/grpc-swift-combine

bitcode error - 0.21.0

Closed this issue · 2 comments

Finally got around upgrading using Pods from 0.17 to 0.21 and getting this error when trying to build;

CleanShot 2020-12-03 at 22 52 40@2x

I've had issues getting the pod to work with XCTest dependency. To get around this I have removed CompletionExpectations from the CombineGRPC public API in 0.22.0. Can you try that release?

Awesome - I can confirm the below combinations work perfect;

pod 'gRPC-Swift', '1.0.0-alpha.21'
pod 'CombineGRPC', '~> 0.22'

I'm trying to get off Pods but adding both grpc-swift and CombineGRPC using SPM produces an error related to your tests also - I'll remove the pods and try SPM and raise another issue with the error logs.