I've just noticed that our iOS app in Xcode 6.2 is giving warnings for variables that are created never used.
However, the variables are being used. A DLog macro has been added to the app's.pch and if the variable is created in a method and then accessed through DLog to output its value to the screen, Xcode isn't catching that it is being accessed. Is there any setting that I may have missed that needs to be set to not trigger these warnings? Thanks in advance. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
