ある程度swiftを触ってきて、エラーの種類も増えてきたのでまとめました。
【0から独学でSwiftマスター】argument typeエラーについて
Swiftで変数を作っていたらエラーがでたので、解決法をメモしておきます。 勉強していた項目 電子書籍 "App Development with Swift"の4.5 table Views エラー文 "Canno...
【0から独学でSwift勉強】nilじゃないはずなのに表示されるエラー解決法
本日は以下のエラーについて。 Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value テキスト"App Development with Swift"の、...
【Xcodeエラー解決方法】”Expected expression after operator”エラーについて/0から独学で...
本記事では、下記エラーの解決法を紹介しています。"Expected expression after operator" エラーの文章がシンプルすぎて、最初どう手を付ければいいのか分かりませんで...
【0から独学でSwiftマスター】AppDelegateファイルにでてくるエラー
本日遭遇したエラーはこちら。"unrecognized selector sent to instance ..." デバックは成功し、シミュレータでボタンを押したら出てきました。AppDelegate.swift内に...
【Xcodeエラー解決】”Outlets cannot be connected to repeating content”のエラー対処方法...
今回遭遇した以下のエラーについて解説します。"{ラベル名} outlet from the {ViewController名} to the UILabel is invalid. Outlets cannot be connected to repeatin...
コメント