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 中的代码没有执行。谢谢