[tests][build] xcode disable nullability completeness warning - some RN internals missing nullability annotations

This commit is contained in:
Salakar
2018-09-08 13:57:48 +01:00
parent 3bdeb437ec
commit 4d121036be

View File

@@ -1092,6 +1092,7 @@
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.testing;
PRODUCT_NAME = testing;
WARNING_CFLAGS = "-Wno-nullability-completeness";
};
name = Debug;
};
@@ -1114,6 +1115,7 @@
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.testing;
PRODUCT_NAME = testing;
WARNING_CFLAGS = "-Wno-nullability-completeness";
};
name = Release;
};