You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/scripts/ios-prebuild/__docs__/README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,14 +119,9 @@ issues when:
119
119
120
120
## Integrating in your project with Cocoapods
121
121
122
-
For consuming, debugging or troubleshooting when using Cocoapods scripts, you
123
-
can use the following environment variables:
124
-
125
-
-`RCT_USE_PREBUILT_RNCORE`: If set to 1, it will use the release tarball from
126
-
Maven instead of building from source.
127
-
-`RCT_TESTONLY_RNCORE_TARBALL_PATH`: **TEST ONLY** If set, it will use a local
128
-
tarball of RNCore if it exists.
129
-
-`RCT_TESTONLY_RNCORE_VERSION`: **TEST ONLY** If set, it will override the
130
-
version of RNCore to be used.
131
-
-`RCT_SYMBOLICATE_PREBUILT_FRAMEWORKS`: If set to 1, it will download the dSYMs
132
-
for the prebuilt RNCore frameworks and install these in the framework folders
122
+
For consuming, debugging or troubleshooting when using Cocoapods scripts, you can use the following environment variables:
123
+
124
+
-`RCT_USE_PREBUILT_RNCORE`: If set to 1, it will use the release tarball from Maven instead of building from source.
125
+
-`RCT_TESTONLY_RNCORE_TARBALL_PATH`: **TEST ONLY** If set, it will use a local tarball of RNCore if it exists.
126
+
-`RCT_TESTONLY_RNCORE_VERSION`: **TEST ONLY** If set, it will override the version of RNCore to be used.
127
+
-`RCT_SYMBOLICATE_PREBUILT_FRAMEWORKS`: If set to 1, it will download the dSYMs for the prebuilt RNCore frameworks and install these in the framework folders
0 commit comments