プログラミングスクール最大70%OFF! ←クリックして見に行く

【Warning】Swift Compiler Warning:Immutable value ‘printAction’ was never used; consider replacing with ‘_’ or removing it

【Warning】Swift Compiler Warning:Immutable value ‘printAction’ was never used; consider replacing with ‘_’ or removing it

エラー解消方法の備忘録_φ(・_・ )

発生したエラー

Immutable value ‘printAction’ was never used; consider replacing with ‘_’ or removing it

翻訳

不変の値 ‘printAction’は使用されませんでした。 ‘_’に置き換えるか、削除することを検討してください

原因

変数’printAction’はイミュータブル(不変)かつ使われておらず、
変数を作る意味がないので、「 _ 」に変えて使ってないことを明らかする。

解決手順

FixボタンをクリックすればOK!

参考サイト

https://teratail.com/questions/56169

Swiftカテゴリの最新記事