"config:ios" in project.xml

Hi,

i’m trying to setup an ios build, and it works quite ok. But i have to use config:ios inside the project.xml ( Do i have to? Currently i set team-id, identity and provisioning-profile ). But that tag makes it an invalid xml file. I use gradle scripts that read the xml file for getting some extra data to name uploads correctly etc. Can this tag be renamed?

Is it looking for us to also declare the “config” namespace? https://stackoverflow.com/questions/1792270/xml-element-name-with-colon

Thx! I just added <project xmlns:config=“config”> and the xml is parsed correctly and the ios build works still fine :grinning:

Perhaps there’s a way we could make an XML schema in order to handle this automatically