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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
"1. Update your AppDelegate.m file to load the JS bundle from the packager instead of from CodePush. "
214
214
"You can still test your CodePush update experience using this workflow (debug builds only).\n\n"
215
215
216
-
"2. Force the JS bundle to be generated in simulator builds by removing the if block which echoes "
216
+
"2. Force the JS bundle to be generated in simulator builds by removing the if block that echoes "
217
217
"\"Skipping bundling for Simulator platform\" in the \"node_modules/react-native/packager/react-native-xcode.sh\" file.\n\n"
218
218
219
219
"3. Deploy a release build to the simulator, which unlike debug builds, will generate the JS bundle (React Native >=0.22.0 only).";
220
220
#else
221
-
errorMessage = = [NSStringstringWithFormat:@"The specified JS bundle file wasn't found within the app's binary. Is \"%@\" the correct file name?", [bundleResourceName stringByAppendingPathExtension:bundleResourceExtension]];
221
+
errorMessage = [NSStringstringWithFormat:@"The specified JS bundle file wasn't found within the app's binary. Is \"%@\" the correct file name?", [bundleResourceName stringByAppendingPathExtension:bundleResourceExtension]];
0 commit comments