[ObjC] Remove grpc core podspec module map (#34361)

Not really needed, this should help the firestore upgrade issue

Tested with 
https://github.com/wu-hui/ReproGrpcCyclic
pull/34439/head
Hannah Shi 1 year ago committed by GitHub
parent 22aff69c82
commit d636507ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      gRPC-Core.podspec
  2. 3
      templates/gRPC-Core.podspec.template

3
gRPC-Core.podspec generated

@ -65,9 +65,6 @@ Pod::Spec.new do |s|
# following lets users write `#include <grpc/grpc.h>`.
s.header_dir = name
# The module map created automatically by Cocoapods doesn't work for C libraries like gRPC-Core.
s.module_map = 'include/grpc/module.modulemap'
# To compile the library, we need the user headers search path (quoted includes) to point to the
# root of the repo, third_party/** and two upb generated directories, and the system headers
# search path (angled includes) to point to `include/`.

@ -141,9 +141,6 @@
# following lets users write `#include <grpc/grpc.h>`.
s.header_dir = name
# The module map created automatically by Cocoapods doesn't work for C libraries like gRPC-Core.
s.module_map = 'include/grpc/module.modulemap'
# To compile the library, we need the user headers search path (quoted includes) to point to the
# root of the repo, third_party/** and two upb generated directories, and the system headers
# search path (angled includes) to point to `include/`.

Loading…
Cancel
Save