4.17.2 IOS Packaging ERROR

Updated to 4.17.2 and now I can’t package my project for iOS
Tell me please what can be the problem?

UATHelper: Packaging (iOS): Project.Cook: ********** COOK COMMAND COMPLETED **********
UATHelper: Packaging (iOS): Project.CopyBuildToStagingDirectory: ********** STAGE COMMAND STARTED **********
UATHelper: Packaging (iOS): Project.WriteStageCommandline: Creating UE4CommandLine.txt
UATHelper: Packaging (iOS): Project.CreateStagingManifest: Creating Staging Manifest…
UATHelper: Packaging (iOS): CookPlat IOS, this IOSPlatform
UATHelper: Packaging (iOS): UnrealPluginLanguage.Init: UPL Init: None
UATHelper: Packaging (iOS): Program.Main: ERROR: AutomationTool terminated with exception: System.FormatException: Input string was not in a correct format.

Same here…

I have same issue here. I try package an empty project and its failed with wrong string input, then i tried with ue 4.16.3 an empty project, with same configuration and it was success. And finally I tried package project in 4.18.0 preview 1 and have success too. So I guess in next version this will be fixed.

Hope so…

Hello, I’ve opened the xproject files, with a text editor. I’ve removed all plugin from the array “plugin” and it work.

I hope its help

{
“FileVersion”: 3,
“EngineAssociation”: “4.17”,
“Category”: “”,
“Description”: “”,
“TargetPlatforms”: [
“Android”,
“AllDesktop”,
“IOS”,
“WindowsNoEditor”,
“MacNoEditor”,
“HTML5”
]
}

what plugins do I need to remove?..of course I’ve already tried it

I don’t have plugin in my project, I’ve disabled all of them, but they stay in the xproject file as “disable” but they seem to block the packaging. My xproject file :

{
“FileVersion”: 3,
“EngineAssociation”: “4.17”,
“Category”: “”,
“Description”: “”,
“Plugins”: [ ]
}

Same problem

Ewilann. Could you tell in which file exactly you found that “plugin” array?

I downloaded 4.17.2 and I’m unable to launch my blueprint project on iOS device connected to Windows. At 4.17.1 everything was fine and I didn’t changed anythin what can have impact of that error.