mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-22 03:14:04 +08:00
[tests][build] xcode disable nullability completeness warning - some RN internals missing nullability annotations
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user