@react-native/core-cli-utils 0.85.0-rc.0 → 0.86.0-nightly-20260305-c45c5cfc8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/private/apple.js +2 -2
- package/package.json +1 -1
package/dist/private/apple.js
CHANGED
|
@@ -21,7 +21,7 @@ function checkPodfileInSyncWithManifest(lockfilePath, manifestLockfilePath) {
|
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
23
|
} catch (e) {
|
|
24
|
-
throw new Error("Please run: yarn run
|
|
24
|
+
throw new Error("Please run: yarn run bootstrap ios: " + e.message);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
const FIRST = 1,
|
|
@@ -116,7 +116,7 @@ const tasks = (exports.tasks = {
|
|
|
116
116
|
_fs.default.constants.F_OK | _fs.default.constants.R_OK,
|
|
117
117
|
);
|
|
118
118
|
} catch (e) {
|
|
119
|
-
throw new Error("Please run: yarn run
|
|
119
|
+
throw new Error("Please run: yarn run bootstrap ios: " + e.message);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
checkPodfileInSyncWithManifest(
|