IOS related error when packaging for Windows

Hi,
A project that packaged without errors in 4.25 gives me the following error in 4.26 when packaging for windows.

LogObj: Error: LoadConfig (/Script/IOSRuntimeSettings.Default__IOSRuntimeSettings): import failed for MinimumiOSVersion in: IOS_11

Changing the minimum IOS version in the project settings still gives the same result.

1 Like

Hey there DYJ, did you manage to fix this? Iā€™m getting the same issue.

Actually just fixed it. If you are still having this issue go to file > package project >supported platforms. Here, just uncheck IOS. But really, I just unchecked everything other than windows because this is my target platform anyway. I hope this can help you! Have a nice day.

2 Likes

This does not fix the error, to me it is marked only Windows, but the error is still there.

Hello!
I have the same problem, if u get a solution, can u write it down pls?

I think itā€™s because ISO 11 has been removed and canā€™t be selected.

But i dont want to select ios anyway c:

If its still a problem for someone, maybe i get the solution.
In Project Settings->Platform-> ā€œMinimum iOS versionā€ and select the highest (14.0 for me), after this i pressed build (not sure its necessary) and restarted the engine.
Now i dont get this error, but i still cant package for another ios error. U can try this method, and pls write if u get the same error like me for this.
LogTemp: IPP ERROR: Could not find provision directory ā€˜C:\Users\Krako\AppData\Local/Apple Computer/MobileDevice/Provisioning Profiles/ā€™.

3 Likes

Fixed it by fixing a seemingly unrelated warning issue. I think this is more of an issue with UE4s packaging error detection than anything actually related to IOS.

2 Likes

I fixed this by editing defaultEngine.ini in project/config file.

just changed ios 11 to ios 14

8 Likes

it worked for me Thanx !

1 Like

Tx @Gregor_Clegane :grinning:
I had to bump it up by 1 when converting to 5.1 in DefaultEngine.ini

[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
MinimumiOSVersion=IOS_15
1 Like

I tired to set it to 15 and 16 and i still get that error in 5.1 any one know how to fix that

1 Like

I reinstall Microsoft visual studio to newest version (from 2016 to 2022) and it worked for me.

thank you I donā€™t have ios but the same issue thank you for this solution

I got the same error, Im going to look into it right now