Open gswy opened 2 years ago
When I run to the emulator on MacOS M1, I get the above error, and I don't know what's going on. Runs to Android without any problems.
This is due to one of the dependency build libraries not being marked as arm64, I think. I'm also having this issue.
Any update on this?
@fennelhans
When you get the following error, when you run bundle exec pod install
:
Analyzing dependencies
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x0000000102444000
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
This solved it for me:
gem install ffi -- --enable-libffi-alloc
Unfortunately I don't know if you have the same issue.
I'm also having this issue.
@fennelhans
When you get the following error, when you run
bundle exec pod install
:Analyzing dependencies /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x0000000102444000 ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
This solved it for me:
gem install ffi -- --enable-libffi-alloc
Unfortunately I don't know if you have the same issue.
Yeah, this fixed it. I didn't have it built with libffi-alloc.
🐛 Bug Report
Version: cached_network_image: ^3.2.1
Platform: MacOS M1