1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

:observer.start()するとクラッシュしてしまう

Posted at

スクリーンショット 2021-02-20 10.14.19.png

原因は、おそらくwxwidget3.0はBig Surを完全にサポートしておらず、3.1からサポートしているが、brewでインストールできるwxmacのバージョンが3.0であるためではないかとのこと

asdf uninstall erlang 23.2.5
brew uninstall wxmac
brew install cdalvaro/tap/wxmac
brew edit cdalvaro/tap/wxmac

kiteというvim系のエディタが起動するので、
bottle do句のところを削る(削らないとコンパイルせずダウンロードしてしまう)
install句のargに"--enable-compat28"を追加する(erlangのコンパイラがオプションが必要という)

再インストールする

brew reinstall cdalvaro/tap/wxmac

erlangも再インストールする

asdf install erlang 23.2.5

んー、ダークモード
スクリーンショット 2021-02-20 11.01.08.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?