Search Issue Tracker

Fixed in 5.4.2

Votes

0

Found in

5.4.0p3

Issue ID

826595

Regression

No

iOSTargetOSVersion enum does not include latest versions of iOS

iOS

-

To reproduce:
1. Open any C# script
2. Inert this line: "int i = (int) UnityEditor.PlayerSettings.iOS.targetOSVersion.iOS_8_0;"
3. Notice that it compiles fine
4. Change the line to "int i = (int) UnityEditor.PlayerSettings.iOS.targetOSVersion.iOS_9_0;"
Notice that it doesn't compile.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.