cocoapods-binary
cocoapods-binary copied to clipboard
The binary pod would not be installed correctly when switch non-binary mode to binary mode
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