What is wrong with this code?
[*"true" boolValue];
"true" has no meaning.
String literal are not created with*.
There is nothing wrong with this code.
NSString doesn't have a boolValue function.