Skip to content

Commit 442e445

Browse files
authored
Disable bitcode for Xcode 14. (juicycleff#751)
1 parent 7399a38 commit 442e445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/XCodePostBuild.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private static void UpdateBuildSettings(string pathToBuildProject)
7676
pbx.SetBuildProperty(targetGuid, "SKIP_INSTALL", "YES");
7777

7878
// Set some linker flags
79-
pbx.SetBuildProperty(projGuid, "ENABLE_BITCODE", "YES");
79+
pbx.SetBuildProperty(projGuid, "ENABLE_BITCODE", "NO");
8080

8181
// Persist changes
8282
pbx.WriteToFile(pbxPath);

0 commit comments

Comments
 (0)