0
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 1 year has passed since last update.

【Swift】エラー:Invalid redeclaration of ‘***’

Posted at

開発環境

  • M1 Mac(2021)
  • Swift5 Xcode13.4.1

概要

Swiftの勉強でViewを作成しようとすると、以下エラーが出たので備忘録的に対処方法をメモ。

エラー: Invalid redeclaration of '***'

CalendarView.Swift (SwiftUI View)を作成したときに上記エラーが発生。
このエラーを要約すると、「同じstructが作成されてるよ」と言う意味になるそうです。

私の場合、CalendarViewを過去に作成しており、そのことをすっかり忘れていたため再度同じstructを宣言してしまっていた模様。(勉強用に作っていたと言うこともあってコードの管理ができていませんでした。。。)

まとめ

検索すればすぐに出てくる内容なので、書くほどでも無いと思っていましたが、自分への戒めを込めて残しました。

参考にした記事

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