We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7399a38 commit 442e445Copy full SHA for 442e445
example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/XCodePostBuild.cs
@@ -76,7 +76,7 @@ private static void UpdateBuildSettings(string pathToBuildProject)
76
pbx.SetBuildProperty(targetGuid, "SKIP_INSTALL", "YES");
77
78
// Set some linker flags
79
- pbx.SetBuildProperty(projGuid, "ENABLE_BITCODE", "YES");
+ pbx.SetBuildProperty(projGuid, "ENABLE_BITCODE", "NO");
80
81
// Persist changes
82
pbx.WriteToFile(pbxPath);
0 commit comments