I have a problem with creation to NSString.
The error is: “error: expected ‘]’ before numeric constant”.
The code is below.
Can you help me to find a solution for create these?
NSString *titleXML = [NSString stringWithFormat:@"<?xml version="1.0" encoding="UTF-8"?>"];
You need to escape the quotes in your string. Try it like this