cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

The binary pod would not be installed correctly when switch non-binary mode to binary mode

Open aelam opened this issue 4 years ago • 0 comments

If it's a bug:

  • What's your environment:
   CocoaPods : 1.10.1
       Xcode : 12.4 (12D4e)
cocoapods-binary      : 0.4.4
plugin 'cocoapods-binary'

When I run pod install then I modify for some repo like switch Alamofire to :binary=> true (it was not configured) Then Alamofire Folder in Pods would not be correct I have to delete the Alamofire folder or delete the whole Pods and then run pod install to make everything work again

aelam avatar Apr 02 '21 08:04 aelam