iConsole icon indicating copy to clipboard operation
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

Open azav opened this issue 7 years ago • 1 comments

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.

azav avatar Apr 02 '17 20:04 azav

Don't know why either.

ChenJian345 avatar Dec 06 '18 07:12 ChenJian345