Xcode/clang is so unforgiving … in this case when it says “No matching function”, it means there is no “NSLog” function that takes a plain C string. Folks who are used to programming in Swift will encounter this when returning to Objective-C.

Screenshot of a programmer IDE showing an NSLog command with plain quoted string, and IDE error "No matching function

*****
Written on