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

Commit ad6e88c

Browse files
Update setup-ios.md (#2361)
No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:' - jsBundleURLForBundleRoot:fallbackResource: no longer exists on RCTBundleURLProvider source: https://stackoverflow.com/a/73048366/8215759 Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
1 parent ba6c77b commit ad6e88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
3535
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
3636
{
3737
#if DEBUG
38-
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
38+
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];
3939
#else
4040
return [CodePush bundleURL];
4141
#endif

0 commit comments

Comments
 (0)