Skip to content

Commit

Permalink
Refer to CocoaPods/CocoaPods#4386 regarding hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanizales committed Oct 16, 2015
1 parent 9a4730a commit 951875f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ Pod::Spec.new do |s|
'src/core/census/rpc_metric_id.h'

ss.header_mappings_dir = '.'
# This isn't officially supported in Cocoapods. We've asked for an alternative:
# https://github.com/CocoaPods/CocoaPods/issues/4386
ss.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers/Private/gRPC" ' +
'"$(PODS_ROOT)/Headers/Private/gRPC/include"' }

Expand Down

0 comments on commit 951875f

Please sign in to comment.