Search Issue Tracker
Fixed in 2.1.0
Votes
1
Found in [Package]
2.1.0-preview.3
Issue ID
1170743
Regression
No
[iOS]Player crashes when Setting XR and ARKit Requirement to Optional and device version is lower than iOS11
How to reproduce:
1. Open the attached ARTest.zip project
2. Go to Menu bar-> Edit-> Project Settings-> XR-> ARKit set the Requirement to Optional
3. Build for iOS and deploy the Xcode project to the iOS device
===Crash occurs===
Reproducible with: 2018.4.6f1, 2019.1.13f1, 2019.2.0f1, 2019.3.0a11
Reproducible with:
iPhone 7 (iOS 10.2)
iPad 5th gen (iOS 10.3.3)
Note: Go to linking settings Build Phases > Link binary with libraries and inspect that UnityARKit.a status is "Required" instead of "Optional"
Setting UnityARKit.a status manually to "Optional" via Xcode results with liker error
This setting was introduced in ARKit XR Plugin preview.3-2.1.0
Stack trace:
- thread #1, stop reason = signal SIGABRT
frame #0: 0x0000000105d868bc dyld`__abort_with_payload + 8
frame #1: 0x0000000105d86268 dyld`abort_with_payload_wrapper_internal + 100
frame #2: 0x0000000105d86294 dyld`abort_with_payload + 12
frame #3: 0x0000000105d643bc dyld`dyld::halt(char const) + 316
frame #4: 0x0000000105d669c4 dyld`dyld::_main(macho_header const, unsigned long, int, char const**, char const**, char const*, unsigned long) + 4416
frame #5: 0x0000000105d61044 dyld`_dyld_start + 68
Comments (1)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
yanjiech07
Mar 06, 2020 13:25
same problem. quite annoying.