Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリで分析を実行すると、サブジェクトに論理エラーが発生します。それが何を意味するのかよくわかりません。以下はエラーの画面です。
表示されているパスはsuper戻りnilます。これが発生した場合は、引き続きメソッドを実行します。暗黙の自己尊重はisShowingLandscapeView、インスタンス変数であるためです。if (self)これを回避するには、すべての初期化をブロック内に配置する必要があります。
super
nil
isShowingLandscapeView
if (self)