Modified script to empty Build/ before each build

pull/19733/head
Zhehao /Tony/ Lu 6 years ago
parent c3de8448ea
commit d06618d56a
  1. 2
      src/objective-c/examples/SwiftSample/Podfile
  2. 1
      src/objective-c/tests/build_one_example.sh

@ -10,7 +10,7 @@ GRPC_LOCAL_SRC = '../../../..'
target 'SwiftSample' do
# Depend on the generated RemoteTestClient library
pod 'RemoteTest', :path => "."
pod 'RemoteTest', :path => "../RemoteTestClient"
# Use the local versions of Protobuf, BoringSSL, and gRPC. You don't need any of the following
# lines in your application.

@ -30,6 +30,7 @@ cd `dirname $0`/../../..
cd $EXAMPLE_PATH
# clean the directory
rm -rf Build/*
rm -rf Pods
rm -rf $SCHEME.xcworkspace
rm -f Podfile.lock

Loading…
Cancel
Save