grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Apply warning suppress flags to match Cocoapod build #85

Closed dennycd closed 2 years ago

vveltri-parser commented 2 years ago

Hi @HannahShiSFB and @dennycd, with this change now I have this error when I try to use grpc:

xcodebuild: error: Could not resolve package dependencies:
  the target 'gRPC-cpp' in product 'gRPC-cpp' contains unsafe build flags
  the target 'gRPC-Core' in product 'gRPC-cpp' contains unsafe build flags

should I fork this repo and use it without unsafe flags? Thanks!

dennycd commented 2 years ago

thanks for reporting this @vveltri-parser. Can you reset local cache and try again (tag 1.44.1-grpc) ? looks like we had an incorrect tagging that included this patch. thanks