top of page

perhaps the designated entry point is not set?エラー

よく出るエラーですね! 解決策 Storyboardで最初に立ち上がる画面を指定指定なのが問題です。 なので、一番最初に立ち上げたい画面を選択し、この画像の矢印のところにチェックをつければ、大丈夫です!

this class is not key value coding-compliant for the key エラー

作ったアプリを実行して、アプリが立ち上がった瞬間クラッシュしてこのエラー this class is not key value coding-compliant for the key 〇〇. アプリが立ち上がった瞬間だと、どこが悪いのかわからずうんざりしますよね笑...

Use of unresolved identifier エラー

よく出るエラーです笑 解決策 Use of unresolved identifier 〇〇 このエラーは〇〇が定義されていないよ。というエラーです。 例えば、変数を定義し忘れていたり、変数名を変更していたりと... ちょっとしたミスなので、コードを見直してみてください!

Cannot assign value of type 'Int' to type 'String?'エラー

解決策 Cannot assign value of type 〇〇 to type ☆☆ これは「〇〇という型ではなく、☆☆という型じゃない?」というエラーです。 ですので、変数の型変換を行えば解決します。 Cannot assign value of type...

Never Miss a Post. Subscribe Now!

I'm a paragraph. Click here to add your own text and edit me. It's easy.

© 2023 by Kathy Schulders. Proudly created with Wix.com 

  • Grey Twitter Icon
bottom of page