bitrise-steplib / steps-cocoapods-install

MIT License
23 stars 18 forks source link

Error installing pod pointing to specific repo and branch #37

Closed davidseek closed 5 years ago

davidseek commented 5 years ago

Bitrise build fails on install of FacebookLogin

pod 'FacebookLogin', :git => 'https://github.com/facebook/facebook-sdk-swift.git', :branch => 'swift-4.2'

Works fine on my machine. Any ideas? Checked existing issues without success.

Help is very appreciated.

davidseek commented 5 years ago

Nevermind... Facebook has merged and deleted the branch I was pointing to. Sorry for not checking BEFORE opening...