Skip to content

Commit e84083d

Browse files
authored
Update RNUnityView.mm
Make it work with xcode 16
1 parent 40279d7 commit e84083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNUnityView.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
UnityFramework* ufw = [bundle.principalClass getInstance];
1919
if (![ufw appController])
2020
{
21-
[ufw setExecuteHeader: &_mh_execute_header];
21+
[ufw setExecuteHeader: &_mh_dylib_header];
2222
}
2323

2424
[ufw setDataBundleId: [bundle.bundleIdentifier cStringUsingEncoding:NSUTF8StringEncoding]];

0 commit comments

Comments
 (0)