iConsole
iConsole copied to clipboard
/Users/zav/Developer/iConsole/iConsole/iConsole.m:487:14: Comparison of address of 'UIApplicationDidEnterBackgroundNotification' not equal to a null pointer is always true
Xcode 7.3.1, MacOS 10.11.6
- 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.