'I want to change my app name to S&S in flutter ios in info.plist but i am getting error
I want to use "&" in app name for ios. what's method . i want to change name in CFBundleName tag in info.plist file of flutter. i am getting error while compiling for ios app.
Solution 1:[1]
have to escape certain characters - & should be escaped using the XML entity &
Solution 2:[2]
Can you try replacing &
with &
?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Aikins Laryea |
Solution 2 | Gandalf458 |