cocoapods-binary
cocoapods-binary copied to clipboard
integrate pods in form of prebuilt frameworks conveniently, reducing compile time
For a following Podfile, when trying to build the project multiple errors appear. Excluding some of these frameworks using `:binary => false` does not help. ``` Multiple commands produce '/Users/ABCD/Library/Developer/Xcode/DerivedData/MyProject-gfnmwygetouofcguhjlnrmdzrhbp/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework.dSYM':...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
I am trying to install new pod and it didn't install. Only when I remove :binary => true for all pods in podfile, then only the new pod is installing.
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Hi I really would like to install this plugin in compatibility with `homebrew` (https://brew.sh) I use homebrew it to be able to upgrade cocoapods with all my other packages in...
Hi, I've worked on this for a while having all sorts of errors, finally isolated the issue and found out that I can't make this work for the `Firebase` pod.
**Run:** sudo gem install cocoapods-binary **Error:** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may...
I have a local pod(development pod) with dependencies. All of those dependencies are rebuild on every pod install. I understand that local pods could change frequently and therefore cocoapods-binary is...
When updating to Cocoapods 1.10.0, building errors began to appear: ``` Multiple commands produce: That command depends on command in Target: script phase “[CP] Copy dSYMs” ``` and ``` Multiple...
⚠️ This is a temporaly forked repository. cocoapods-binary is not maintained now, because the owner of cocoapods-binary is currently busy. Although, this plugin brings us a bunch of advantages in...