Flip --incompatible_objc_compile_info_migration to true

See https://github.com/bazelbuild/bazel/issues/10854.

RELNOTES: Flip --incompatible_objc_compile_info_migration to true.  See #10854.
PiperOrigin-RevId: 311537974
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
index 786ade8..37b9acc 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
@@ -250,7 +250,7 @@
 
   @Option(
       name = "incompatible_objc_compile_info_migration",
-      defaultValue = "false",
+      defaultValue = "true",
       documentationCategory = OptionDocumentationCategory.TOOLCHAIN,
       effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.CHANGES_INPUTS},
       metadataTags = {