- Notifications
You must be signed in to change notification settings - Fork204
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
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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>
* 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 commentedFeb 1, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@muukli this command
yields this result
|
@mlostekk |
* [GL][add ]* [GL][add `forbidden_dependency_binary!`]* update README for `forbidden_dependency_binary!`* Update README.mdCo-authored-by: walker <zhangheshan@funlink-tech.com>
dkk commentedAug 10, 2021
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>
Turns out, I'm working on here |
Uh oh!
There was an error while loading.Please reload this page.
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
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
#130
Current Changelog
My memo