LoginSignup
0
1

More than 3 years have passed since last update.

Debug areaにerror: module importing failed: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + "> argument.')? (fbildb.py, line 98), File "temp.py", line 1, in <module>と表示されるとき。

Posted at

Debug areaにいつのまに次のエラーが表示されるようになった。
スクリーンショット 2020-03-01 1.16.34.png

環境

Xcode11.1
Swift5.0
chisel 1.8.1

結論

上記のエラーはchiselを利用していたため、起きたものでした。
Xcode11ではエラーがあるとissueがあがってました。

v2.0.0では解決されているとのことでした。
Homebrewでchiselを入れていたので、
$ brew upgrade chisel
でバージョンを1.8.1 => 2.0.0に変更したら、エラー文が表示されなくなりました。

参考

0
1
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
0
1