fix(travis): download WebRTC bitcode

This commit is contained in:
paweldomas 2019-05-08 11:17:18 -05:00 committed by Paweł Domas
parent 198eba3682
commit 8cb19ccbf6
1 changed files with 3 additions and 0 deletions

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