Why the console output shows incomplete in Xcode 8 / iOS 10?
A temporary solution, just redefine all NSLOG to printf in a global header file.
NSLOG
printf
#define NSLog(FORMAT, ...) printf("%s ", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
1.4m articles
1.4m replys
5 comments
57.0k users