We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40279d7 commit e84083dCopy full SHA for e84083d
ios/RNUnityView.mm
@@ -18,7 +18,7 @@
18
UnityFramework* ufw = [bundle.principalClass getInstance];
19
if (![ufw appController])
20
{
21
- [ufw setExecuteHeader: &_mh_execute_header];
+ [ufw setExecuteHeader: &_mh_dylib_header];
22
}
23
24
[ufw setDataBundleId: [bundle.bundleIdentifier cStringUsingEncoding:NSUTF8StringEncoding]];
0 commit comments