What is the problem with this code:
NSError *error = nil;
[SFHFKeychainUtils deleteItemForUsername:@"<span class="Apple-style-span" style="font-family: Times; font-size: small;">IAPNoob01</span>" andServiceName:kStoredData error:&error];
The error is:
The problem: missing [ at start message send expression
You have to escape the quotes in the string.