Search Issue Tracker
Third Party Issue
Votes
2
Found in [Package]
3.0.1
Issue ID
1320912
Regression
No
Player crashes when building IAP demo scene and deploying from Xcode
How to reproduce:
1. Open the attached project (case-1320912.zip)
2. Go to File -> Build Settings
3. Enable the 'Create Xcode Project' option and build it
3. Deploy the project from Xcode
Reproducible with: 3.0.1-pre.3 (2019.4.22f1, 2020.3.1f1), 3.0.1-pre.6 (2021.2.0a9), 3.0.1 (2021.1.0f1)
Could not test with: 2.2.2 (2018.4.32f1) (errors when downgrading)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
MONO_DEBUG=explicit-null-checks /Applications/Xcode.app/Contents/MacOS/Xcode
Start Xcode this way in order to avoid it breaking for null checks. steps to get this working:
1. In Xcode go to Product -> Scheme -> Edit Scheme
2. In the 'Arguments' tab add a new environment variable with the name 'MONO_DEBUG' and value 'explicit-null-checks'
3. Run the project