avito-tech / Paparazzo

Custom iOS camera and photo picker with editing capabilities
MIT License
779 stars 82 forks source link

Can't update to version 5.0.0 #88

Closed ac1dpax closed 4 years ago

ac1dpax commented 4 years ago

Tried to update to version 5.0.0 using CocoaPods without Marshroute: pod "Paparazzo/Core" without success.

HiveHicks commented 4 years ago

Hi. What error are you getting?

ac1dpax commented 4 years ago

No errors, if I do pod install it just install 4.0.0 version, on pod update it doesn't update it to 5.0.0

HiveHicks commented 4 years ago

Try running pod repo update, then pod update Paparazzo ImageSource. Also check that version 4.0.0 is not specified explicitly in your Podfile.

ac1dpax commented 4 years ago

Worked! Thank you!