aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-11-29 12:40:05 -0800
committerGravatar Muxi Yan <mxyan@google.com>2016-11-29 12:40:05 -0800
commit47564de080af9168572352668cc1a816fd4d88b8 (patch)
treee8b49daf073c4e5a0911def148bd8b8579ebdaa5 /src/objective-c/tests/Podfile
parent3b04e7e3795f9f5e339ae7dfc40babb19485cfaf (diff)
Capture name change of CocoaPods generated target
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 17478fab12..fdd87c303c 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -86,7 +86,7 @@ post_install do |installer|
# CocoaPods creates duplicated library targets of gRPC-Core when the test targets include
# non-default subspecs of gRPC-Core. All of these library targets start with prefix 'gRPC-Core.'
# and require the same error suppresion.
- if target.name == 'gRPC-Core' or target.name.start_with?('gRPC-Core.')
+ if target.name == 'gRPC-Core' or target.name.start_with?('gRPC-Core.') or target.name.start_with?('gRPC-Core-')
target.build_configurations.each do |config|
# TODO(zyc): Remove this setting after the issue is resolved
# GPR_UNREACHABLE_CODE causes "Control may reach end of non-void