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 found error: 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 Travis Co-authored-by: Kyle Fleming <kyle@kylefleming.net>
* ⚡ WIP * 🌲 Update * 🌲 Update * 🌲 Update * 🌲 Update
|
@muukli this command
yields this result |
Author
|
@mlostekk |
* [GL][add ] * [GL][add `forbidden_dependency_binary!`] * update README for `forbidden_dependency_binary!` * Update README.md Co-authored-by: walker <zhangheshan@funlink-tech.com>
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][merge leavez#148] * [GL][merge leavez#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>
Author
|
Turns out, I'm working on here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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