-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Cocoapods ffi error can be in stdout or stderr #121470
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x-ref #102327
packages/flutter_tools/test/general.shard/macos/cocoapods_test.dart
Outdated
Show resolved
Hide resolved
I was seeing the following error show up in _stdout_: ``` LoadError - dlopen(/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle, 0x0009) ... ``` And it was solved by running: ```sh sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-alloc ```
….dart Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: Jenn Magder <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks @tvolkert!
I was seeing the following error show up in stdout:
And it was solved by running:
sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-alloc
#99195
Pre-launch Checklist
///
).