fix(travis): download WebRTC bitcode

This commit is contained in:
paweldomas
2019-05-08 19:01:28 -05:00
committed by Paweł Domas
parent 198eba3682
commit 8cb19ccbf6
+3
View File
@@ -129,6 +129,9 @@ cp "${CERT_DIR}/dev-profile.mobileprovision" ~/Library/MobileDevice/Provisionin
npm install
# Ever since the Apple Watch app has been added the bitcode for WebRTC needs to be downloaded in order to build successfully
./node_modules/react-native-webrtc/tools/downloadBitcode.sh
cd ios
pod update
pod install