From d3dd833f217fb6e0ab557deca07f1262ef22e98e Mon Sep 17 00:00:00 2001 From: paweldomas Date: Tue, 31 Jul 2018 12:49:00 -0500 Subject: [PATCH] fix(ios/travis-ci) try pod update With the fastimage lib Travis complains about: CocoaPods could not find compatible versions for pod "SDWebImage/Core" --- ios/travis-ci/build-ipa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/travis-ci/build-ipa.sh b/ios/travis-ci/build-ipa.sh index f051b2396..20e05964a 100755 --- a/ios/travis-ci/build-ipa.sh +++ b/ios/travis-ci/build-ipa.sh @@ -130,6 +130,7 @@ cp "${CERT_DIR}/dev-profile.mobileprovision" ~/Library/MobileDevice/Provisionin npm install cd ios +pod update pod install cd ..