From 5e03880cb7e1681641fe0e9e7e0e70a8382b2709 Mon Sep 17 00:00:00 2001 From: kay1127 <229632122@qq.com> Date: Thu, 31 Aug 2017 14:12:38 +0800 Subject: [PATCH] Update AppDelegate.m test --- ios/UMComponent/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) 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];