Przeglądaj źródła

fix(travis): download WebRTC bitcode

master
paweldomas 6 lat temu
rodzic
commit
8cb19ccbf6
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      ios/travis-ci/build-ipa.sh

+ 3
- 0
ios/travis-ci/build-ipa.sh Wyświetl plik

@@ -129,6 +129,9 @@ cp "${CERT_DIR}/dev-profile.mobileprovision"  ~/Library/MobileDevice/Provisionin
129 129
 
130 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 135
 cd ios
133 136
 pod update
134 137
 pod install

Ładowanie…
Anuluj
Zapisz