Observer in iex -S mix error: (UndefinedFunctionError) function :wx_object.start/3 is undefined

You need to add :wx to extra applications because it is an optional dependency of :observer. The ensure_application! also considers optional dependencies.

2 Likes