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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment