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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment