You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/help/commonerrors.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -529,6 +529,10 @@ This is a Unity & iOS 15.4 BUG. There are two solutions:
529
529
#pragma clang optimize on
530
530
```
531
531
532
+
### After upgrading to Xcode 26.x, building the app in Release mode on iOS causes a crash in the InterpreterDelegateInvoke function. This issue does not occur when building in Debug mode or when using Xcode 16.4 and earlier versions.
533
+
534
+
The crash is caused by undefined behavior (UB) in the InterpreterDelegateInvoke function, which results in incorrect code generation on the newer Clang. The issue can be resolved by upgrading to HybridCLR version 8.5.2 or later.
535
+
532
536
### NotSupportNative2Managed bridge function missing exception after using Unity.netcode.runtime
533
537
534
538
The reason is that NetworkManager.RpcReceiveHandler in Unity.netcode.runtime.dll is internal, defined as follows:
0 commit comments