library.rb:275: [BUG] Bus Error at 0x00000001042fc000 #99195
Labels
a: build
Building flutter applications with the tool
a: desktop
Running on desktop
a: first hour
The first hour of using Flutter
P2
Important issues not at the top of the work list
platform-host-arm
Building on an ARM-based platform
platform-ios
iOS applications specifically
platform-mac
Building on or for macOS specifically
tool
Affects the "flutter" command-line tool. See also t: labels.
Steps to reproduce
flutter create --platforms=macos .
flutter config --enable-macos-desktop
sudo gem install cocoapods
(as instructed by https://guides.cocoapods.org/using/getting-started.html#installation, which is pointed to byflutter doctor
)flutter run -d macos
Expected behavior
You expect the app to run (it's out of date and has errors after running, but it still should be able to run).
Actual behavior
You get an error building. The main error is:
Googling for that error will eventually lead you to CocoaPods/CocoaPods#10723 (comment)
So then, you run:
But when you run the app again, you still get the same error.
It turns out that you can get it working by applying the following patch to flutter_tools:
... but presumably we shouldn't be unconditionally running that.
The text was updated successfully, but these errors were encountered: