nicklockwood/iConsole

/Users/zav/Developer/iConsole/iConsole/iConsole.m:487:14: Comparison of address of 'UIApplicationDidEnterBackgroundNotification' not equal to a null pointer is always true

Opened this issue · 1 comments

azav commented

Xcode 7.3.1, MacOS 10.11.6

  1. Open and build HelloWorld.

Results: /Users/me/Developer/iConsole/iConsole/iConsole.m:487:14: Comparison of address of 'UIApplicationDidEnterBackgroundNotification' not equal to a null pointer is always true
iConsole.m, line 487

487: if (&UIApplicationDidEnterBackgroundNotification != NULL)

Expected: No error.

Don't know why either.