作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我做了一个常规 flutter run
在我的 Mac 上,今天针对我的 iPhone 模拟器并收到这些错误。
Error output from CocoaPods:
↳
dyld: lazy symbol binding failed: Symbol not found: _ffi_prep_closure_loc
Referenced from: /Users/toure/.rbenv/versions/2.6.0/lib/ruby/gems/2.6.0/gems/ffi-1.13.1/lib/ffi_c.bundle
Expected in: /usr/lib/libffi.dylib
dyld: Symbol not found: _ffi_prep_closure_loc
Referenced from: /Users/toure/.rbenv/versions/2.6.0/lib/ruby/gems/2.6.0/gems/ffi-1.13.1/lib/ffi_c.bundle
Expected in: /usr/lib/libffi.dylib
你是怎么解决的
dyld: Symbol not found: _ffi_prep_closure_loc
错误?
最佳答案
我在 github issue 中找到了一个修复程序.
在我的 Mac 上运行它解决了这个问题。
gem uninstall ffi
brew reinstall libffi
export LDFLAGS="-L/usr/local/opt/libffi/lib"
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
gem install ffi
我决定分享这个,因为问题标题中的错误与我得到的不同。希望这可以节省一些时间。
关于flutter - dyld:找不到符号:_ffi_prep_closure_loc(在 Mac 上),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63267667/
我做了一个常规 flutter run在我的 Mac 上,今天针对我的 iPhone 模拟器并收到这些错误。 Error output from CocoaPods: ↳ dyld: lazy
我是一名优秀的程序员,十分优秀!