Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Here is maintaining fork#137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
muukii wants to merge13 commits intoleavez:master
base:master
Choose a base branch
Loading
frommuukii:master
Draft

Here is maintaining fork#137

muukii wants to merge13 commits intoleavez:masterfrommuukii:master

Conversation

muukii
Copy link

@muukiimuukii commentedDec 6, 2020
edited
Loading

⚠️ 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 fromhttps://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

#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

  • To update changelog
chglog changelog -l b22bd948a3168a323b1ffa61095468f2c91c1cee -r master --repo cocoapods-binary --owner muukii

yutoyazaki, muukii, yojkim, sethdeckard, letko-dmitry, and mickmaccallum reacted with rocket emoji
muukiiand others added3 commitsDecember 6, 2020 18:42
During debugging session, with the use of pods installed via Cocoapods-binary, the console in Xcode displays error messages while executing following expression:`po self`The error looks the following one:```Printing description of self:expression produced error: error: virtual filesystem overlay file '/path/to/project/Pods/build/Pods.build/Release-iphoneos/Charts.build/all-product-headers.yaml' not founderror: couldn't IRGen expression. Please check the above error messages for possible root causes.```The issue is not related to Charts pod, but to every pod used.To fix the issue, I just removed the line that delete the build folder generated during the precompiling of pods. THis folder contains for each pod, the `all-product-headers.yaml` expected by Xcode.Co-authored-by: Brendan Guegan <brendan.guegan@orange.com>
Co-authored-by: alexander-vorobyev-corp-mail <73995640+alexander-vorobyev-corp-mail@users.noreply.github.com>
muukiiand others added4 commitsDecember 6, 2020 19:32
* Use Xcode 10.2 in Travis for Swift 4.2 and 5 support* Specify RxCocoa to 4.x for tests* Remove version restriction on Bundler 1.x* Set gemfile in Travis to test/Gemfile* Remove extraneous gem install cocoapods* Add pod setup to travis script* Enable command output in test script* Make test.sh file executable* Unset CPATH env variable in TravisCo-authored-by: Kyle Fleming <kyle@kylefleming.net>
* ⚡ WIP* 🌲 Update* 🌲 Update* 🌲 Update* 🌲 Update
@mlostekk
Copy link

mlostekk commentedFeb 1, 2021
edited
Loading

@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
Copy link
Author

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

* [GL][add ]* [GL][add `forbidden_dependency_binary!`]* update README for `forbidden_dependency_binary!`* Update README.mdCo-authored-by: walker <zhangheshan@funlink-tech.com>
@dkk
Copy link

dkk commentedAug 10, 2021

@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.

* [GL][add ]* [GL][add `forbidden_dependency_binary!`]* update README for `forbidden_dependency_binary!`* Update README.md* [GL][mergeleavez#148]* [GL][mergeleavez#142]* [GL][开始开发Podfile_local功能]* [GL][Support to configure the `cocoapods-binary` plug-in separately through `BinPodfile`.]* [GL][add all_not_prebuild! configration.]* [GL][update test.rb]* [GL][update test.rb]* [GL][fix `all_not_prebuild!` bug.]* [GL][update to version: 0.4.7, update Gemfile.lock.]* [GL][update README.md].* [GL][update README]Co-authored-by: walker <zhangheshan@funlink-tech.com>Co-authored-by: Hansen <zhangheshan@yiruikecorp.com>
@muukii
Copy link
Author

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

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@muukii@mlostekk@dkk@ghostlordstar

[8]ページ先頭

©2009-2025 Movatter.jp