Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ca185e4

Browse files
committed
Improving los
1 parent 93ed334 commit ca185e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/CodePush/CodePushPackage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ + (void)downloadPackage:(NSDictionary *)updatePackage
214214
if (relativeBundlePath) {
215215
[mutableUpdatePackage setValue:relativeBundlePath forKey:RelativeBundlePathKey];
216216
} else {
217-
NSString *errorMessage = [NSString stringWithFormat:@"Update is invalid - A JS bundle file named \"%@\" could not be found within the downloaded contents. Please check that you are releasing your CodePush updates using the exact same JS bundle file name that was shipped with your app's binary.", expectedBundleFileName];
217+
NSString *errorMessage = [NSString stringWithFormat:@"Update is invalid - A JS bundle file named \"%@\" could not be found within the downloaded contents. Please ensure that your app is syncing with the correct deployment and that you are releasing your CodePush updates using the exact same JS bundle file name that was shipped with your app's binary.", expectedBundleFileName];
218218

219219
error = [CodePushErrorUtils errorWithMessage:errorMessage];
220220

0 commit comments

Comments
 (0)