Am getting the above warning at NSAssert(bgTask == UIBackgroundTaskInvalid,nil) line. Am working on Xcode4.5.1 with IOS SDK6.0. If any one know the reason, please let me know.
Am getting the above warning at NSAssert(bgTask == UIBackgroundTaskInvalid,nil) line. Am working on Xcode4.5.1
Share
“
NSAssert“ is expecting a NSLog / printf style format string as it’s second argument. If you provide one (instead of “nil“), that warning will go away.