Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0f3
Issue ID
859767
Regression
No
[iOS] Opening app from URI crashes on iOS. "libc++abi.dylib: terminating with uncaught exception of type NSException"
Reproduction Steps:
1. Open User's project
2. Note user tests on Simulator. To test on device set Target SDK in Player Settings from "Simulator SDK" to "Device SDK"
3. Build to iOS
4. Deploy to device or simulator
5. Go to Home Screen (CMD+Shift+H in simulator)
6. Open Safari
7. Type "uritest://test"
8. In the popup that appears, click "Open"
9. Notice that Xcode breaks on line:
UIApplicationMain(argc, argv, nil, [NSString stringWithUTF8String:AppControllerClassName]);
10. Notice Xcode outputs:
libc++abi.dylib: terminating with uncaught exception of type NSException
Expected behaviour: Project opens on iOS device without any problem.
Actual result: Opening app from URI fails.
Reproduced on versions: Unity 5.5.0p1, 5.6.0b1
Could not reproduce on Unity 5.4.3p3 (crashes while building), 5.3.7p2 (freezes while building)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment