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.
アプリを実行すると、デバッガーで次のエラーが発生します。
このコード行で:
if (!([photo.photoDescription isEqualToString:[photoDictionary[PHOTO_DESCRIPTION] description]]))
if 内のコードは決して実行されません。このエラーはどういう意味ですか? どうすれば修正できますか?ただし、アプリはクラッシュせず、引き続き実行されますが、if 内のコードは実行されません。ありがとう