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