DEV Community

Cover image for CocoaPods could not find compatible versions for pod "Sentry/HybridSDK" - In snapshot (Podfile.lock)
Asep Septiadi
Asep Septiadi

Posted on

CocoaPods could not find compatible versions for pod "Sentry/HybridSDK" - In snapshot (Podfile.lock)

Untuk fix permasalah tersebut, pertama Hapus file Podfile.lock pada folder ios/

Image description

Ada kemungkinan berbeda versi hasil build pod install sebelumnya dengan yang baru, Kemudian lakukan aksi command

pod deintegrate
pod install
Enter fullscreen mode Exit fullscreen mode

And Done

Image description

Top comments (0)