aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Chris Parsons <cparsons@google.com>2016-05-09 13:52:07 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-05-09 14:41:30 +0000
commite946f32c846f95d13cc3d5e92ec26cd09675f7eb (patch)
tree849a1ab6e0e897becee0a68e836bcdd15aaa1ce8
parent7760ae76d2b8a7fe1f05d6c18c26f87b8e95a633 (diff)
Alter ios_framework documentation to remark that the rule is barely functional and highly experimental.
-- MOS_MIGRATED_REVID=121831987
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/IosFrameworkRule.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IosFrameworkRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IosFrameworkRule.java
index 424090598a..7d01aff897 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/IosFrameworkRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IosFrameworkRule.java
@@ -70,7 +70,7 @@ public class IosFrameworkRule implements RuleDefinition {
/*<!-- #BLAZE_RULE (NAME = ios_framework, TYPE = BINARY, FAMILY = Objective-C) -->
<p>This rule produces a bundled binary for a framework from a compiled binary and bundle
-metadata. It is still in experimental stage.</p>
+metadata. It is still highly experimental and has significant outstanding issues.</p>
<p>A framework is a bundle that contains a dynamic library (the "binary"), public headers (that
clients of the framework can use) and any resources.</p>
@@ -85,4 +85,7 @@ in the app bundle, not for standalone distribution.</p>
<p>Due to this, when built as a direct target, the resulting bundle will not have headers, only the
dynamic library.</p>
+<p>Please also be aware that this rule currently does not work for use in multi-architecture
+application builds (for instance, using the <code>--ios_multi_cpus</code> flag).</p>
+
<!-- #END_BLAZE_RULE -->*/