diff --git a/ios/UMComponent/AppDelegate.m b/ios/UMComponent/AppDelegate.m index a860b16..421a70f 100644 --- a/ios/UMComponent/AppDelegate.m +++ b/ios/UMComponent/AppDelegate.m @@ -16,6 +16,7 @@ @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + NSURL *jsCodeLocation; jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];