Our mobileprovisions are not parsed by Unreal Editor

It would seem that Unreal Editor cannot import our provisioning profiles. The log file says:
[2015.03.25-10.15.01:602][963]LogTemp:Display:

[2015.03.25-10.15.01:602][963]LogTemp:Display: IPP ERROR: Application exception: System.Xml.XmlException: unexpected end of file. Current depth is 4 Line 679, position 11.

[2015.03.25-10.15.01:602][963]LogTemp:Display: at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] in :0

[2015.03.25-10.15.01:602][963]LogTemp:Display: at Mono.Xml2.XmlTextReader.Read () [0x00000] in :0

[2015.03.25-10.15.01:602][963]LogTemp:Display: at System.Xml.XmlTextReader.Read () [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at System.Xml.XmlDocument.ReadNode (System.Xml.XmlReader reader) [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at System.Xml.XmlDocument.Load (System.Xml.XmlReader reader) [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at System.Xml.XmlDocument.LoadXml (System.String xml) [0x00000] in :0

[2015.03.25-10.15.01:603][963]LogTemp:Display: at iPhonePackager.Utilities+PListHelper…ctor (System.String Source) [0x00000] in

So that looks like an error trying to parse the plist. What version of UE are you using?

-Pete

Also, could you provide the whole log? Thx.

It’s UE4 4.7.3, the latest.
I’ve attached the full log file.
link text

Ok, there is definitely a problem parsing the information in one of your provisions. Unfortunately, I don’t know which one as we don’t log out when start loading in a provision. It’s probably the fourth provision file in ~/Library/MobileDevice/Provisioning Profiles. Can you move that one out of the directory and see if it works after that? If so, then we would want to figure out why we couldn’t parse that one provision.

-Pete

We’ve tried with multiple provisioning profiles. I cleared the folder ~/Library/MobileDevice/Provisioning Profiles and tried to import one by one the different provisionings. None of them work. Seems there is something specific to our provisioning profiles. If you want, I can email you on a private email address and I can share the provisioning. I can’t however post publicly this here, even if it’s usless without the private key.

I’ve even created a new, fresh provisioning, same problem.

Ok, can you send me a private message on the forums (psauer is the user name there as well) with a link to one of the provisions? I’ll see if I can figure out why it is not parsing properly.

-Pete