diff --git a/jobs/HRB_Mobile_Other_ipa/config.xml b/jobs/HRB_Mobile_Other_ipa/config.xml index 25ea97791d52fe39ac2d0066d03d0ff49ddd1292..97e54c9feb8d81da24567f9363aea1e4def84f4f 100644 --- a/jobs/HRB_Mobile_Other_ipa/config.xml +++ b/jobs/HRB_Mobile_Other_ipa/config.xml @@ -95,7 +95,7 @@ MODIFIED_DATE=$(git log -1 --format="%ci" --) # npm install --update-binary rm -rf ios/Podfile.lock rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && npm cache clean --force && npm cache verify && rm -rf ios/build && rm -rf node_modules/ && npm i -cd ios/ && pod install && cd ../ +cd ios/ && gem install cocoapods && pod install && cd ../ sed -i '' "/url/s/http.*\//${HTT_PROTOCOL}:\/\/${API_SERVER}\//g" src/configs/index.js sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js