Browse Source

fix(travis): download WebRTC bitcode

master
paweldomas 6 years ago
parent
commit
8cb19ccbf6
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      ios/travis-ci/build-ipa.sh

+ 3
- 0
ios/travis-ci/build-ipa.sh View File

129
 
129
 
130
 npm install
130
 npm install
131
 
131
 
132
+# Ever since the Apple Watch app has been added the bitcode for WebRTC needs to be downloaded in order to build successfully
133
+./node_modules/react-native-webrtc/tools/downloadBitcode.sh
134
+
132
 cd ios
135
 cd ios
133
 pod update
136
 pod update
134
 pod install
137
 pod install

Loading…
Cancel
Save