-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set ruby-macho version to be greater than or equal to 1, less than 3 #10396
Conversation
I'm pretty sure I know why 2.3 is failing. I believe |
I believe there is a pR up to bump cocoapods to use Ruby 2.6? |
@dnkoutso there's no Ruby deprecation PR yet for CocoaPods, but it's coming in the near future. |
… opening a CocoaPods workspace for the first time
…ojects Ensure that Xcode does not need to re-serialize projects/schemes when…
Rewrite the only place dependent on `typhoeus`
disable `Metrics/BlockLength`
Respect `--configuration` option when analyzing via `pod lib lint --analyze`
Fix typo in method documentation
Update minimum Ruby to >= 2.6
@PeqNP this should now be unblocked if you rebase. We bumped min version to >= Ruby 2.6. |
Use `OpenURI.open_uri` instead
Added possibility to skip modulemap generation
…eworks fail to be read
Should be good now 🌈 |
Looks like the rebase contains many existing commits, mind dropping them? |
Hm. I have no idea what I'm doing. I haven't done a rebase in years to another remote. At this point I may as well create another PR and try again. I'm not sure how to back out of the current state. I'm not sure when I'm going to have time to figure this out either. |
For #10390 |
@PeqNP i will take over this. |
Closing in favor of #10762 |
This PR refers to this discussion #10390
In short, some xcframeworks are failing to be parsed by the
ruby-macho
dependency. Version 2.x (5?) fixes this issue. The result is that dependencies will not be considered a valid dynamic library and have a correspondinginstall_framework
command added to the project's respective frameworks bash script.