You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just replace pod 'FBRetainCycleDetector', '~> 0.1.4'
with pod 'FBRetainCycleDetector', :git => 'git@github.com:facebook/FBRetainCycleDetector.git' ,:branch => 'main'
then pod update
Just replace
pod 'FBRetainCycleDetector', '~> 0.1.4'with
pod 'FBRetainCycleDetector', :git => 'git@github.com:facebook/FBRetainCycleDetector.git' ,:branch => 'main'then
pod update