Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.1p1
Issue ID
1006651
Regression
No
[iOS] Changing screen's orientation produces warnings in the Xcode console
To reproduce:
1. Create a new project
2. Build it for iOS platform
3. Run on the device
4. Turn device to change screen orientation
5. Inspect the Xcode console
Expected result: No error should appear while changing screen's orientation
Actual result:
2018-02-27 16:32:20.264264+0200 ProductName[760:1340236] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
^ error appears when the orientation is changed.
Reproduced with: Unity 2017.1.3p1, 2017.2.1p4, 2017.3.1p2, 2018.1.0b9, 2018.2.0a2
Device: iPhone 7+ iOS 11.3
To disable these warnings:
Click on your active scheme name right next to the Stop button
Click on Edit Scheme...
in Run (Debug) select the Arguments tab
in Environment Variables click +
add variable: OS_ACTIVITY_MODE = disable
Won't fix since it's the issue on an iOS side: https://forums.developer.apple.com/thread/52366
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment