leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Here is maintaining fork #137

Open muukii opened 3 years ago

muukii commented 3 years ago

⚠️ 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 working iOS app development. So I created this forked repo inorder to gather PRs to fix issues and merge into the original repository in the future.

Installation

gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"

Contribution

Please submit a PR to my forked repo from https://github.com/muukii/cocoapods-binary/pulls. I'll merge it. But I can't review well because I don't have much experience with Ruby. So I really need developers who can handle ruby code.

Related

https://github.com/leavez/cocoapods-binary/issues/130

Current Changelog

Number of PRs : 2

|tag|number of PRs|
|--|--:|

## Other (2)

- Fix for CocoaPods 1.10.0 [#2](https://github.com/muukii/cocoapods-binary/pull/2) by @muukii
- Fix issue with IRGen by @brendan-guegan-orange [#1](https://github.com/muukii/cocoapods-binary/pull/1) by @muukii        

---
<sub>
  Generated by <a href="https://github.com/muukii/chglog">chglog</a>
</sub>;

My memo

chglog changelog -l b22bd948a3168a323b1ffa61095468f2c91c1cee -r master --repo cocoapods-binary --owner muukii
mlostekk commented 3 years ago

@muukli how do you install this?

this command

gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"

yields this result

ERROR:  While executing gem ... (Gem::CommandLineError)
    Unknown command cocoapods-binary,
muukii commented 3 years ago

@mlostekk hm, I'm not sure how I fix this issue. Ruby version is not compatible?

dkk commented 2 years ago

@muukli how do you install this?

this command

gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"

yields this result

ERROR:  While executing gem ... (Gem::CommandLineError)
    Unknown command cocoapods-binary,

that line is intended to be used with bundler. Make sure that you are not executing it directly on a terminal.

muukii commented 2 years ago

Turns out, I'm working on here https://github.com/muukii/cocoapods-frost