diff --git a/jobs/HRB_Mobile_Other_ipa/config.xml b/jobs/HRB_Mobile_Other_ipa/config.xml
index 91adb213f5e1cc5322d4ee2cb4bca42562675f63..3bc4f3652d7aae55b5512d1e17cebc5ae43972b6 100644
--- a/jobs/HRB_Mobile_Other_ipa/config.xml
+++ b/jobs/HRB_Mobile_Other_ipa/config.xml
@@ -3,10 +3,18 @@
用來建置feature branch或是其他Branch使用
只打包 ipa, 不做Code Push
+xcode-select --install
+brew install yarn node
+brew install watchman ruby flow yarn
+sudo npm install -g react-native-cli
+sudo gem install bundler
echo "source 'https://rubygems.org'" > Gemfile
-echo "gem 'cocoapods', '1.4.0'" >> Gemfile
-echo "gem 'fastlane', '2.107.0'" >> Gemfile
+echo "gem 'xcode-install', '2.2.0'" >> Gemfile
+echo "gem 'cocoapods', '1.5.0'" >> Gemfile
+echo "gem 'fastlane', '2.113.0'" >> Gemfile
+
+
false