From ae152c76f1c06976c38f7c62eab9c8d283104d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=A1=A3=E6=B2=BD=E9=85=92?= <982039620@qq.com> Date: Wed, 15 Jun 2022 20:07:04 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=A7=A3=E5=86=B3react-nativev68=20ios=20d?= =?UTF-8?q?ebug=20=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/RCTJVerificationModule/RCTJVerificationModule.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RCTJVerificationModule/RCTJVerificationModule.m b/ios/RCTJVerificationModule/RCTJVerificationModule.m index 3fb6b06..04a2bb0 100644 --- a/ios/RCTJVerificationModule/RCTJVerificationModule.m +++ b/ios/RCTJVerificationModule/RCTJVerificationModule.m @@ -223,7 +223,7 @@ + (BOOL)requiresMainQueueSetup rctView = [[RCTRootView alloc] initWithBridge:self.bridge moduleName:viewParams[i][CUSTOM_VIEW_NAME] initialProperties:nil]; } else { - NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil]; + NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; rctView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation moduleName:viewParams[i][CUSTOM_VIEW_NAME] initialProperties:nil launchOptions:nil]; } NSArray *point = viewParams[i][CUSTOM_VIEW_POINT]; From b95712ff62270d188be7e427a0b17863d470bd42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=A1=A3=E6=B2=BD=E9=85=92?= <982039620@qq.com> Date: Wed, 15 Jun 2022 20:07:25 +0800 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82ee932..a203b15 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "license": "ISC", "author": "wicked.tc130", - "version": "2.4.8", + "version": "2.4.9", "repository": { "type": "git", "url": "https://github.com/jpush/jverification-react-native" From cbc4c703824786a64acd3460333e338012886a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=A1=A3=E6=B2=BD=E9=85=92?= <982039620@qq.com> Date: Wed, 15 Jun 2022 20:45:36 +0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c2c2f..b99bf81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### v 2.4.9 +- ios 解决react-nativev68 ios debug 报错的问题 ### v 2.4.8 - android 更新到 2.7.2,iOS sdk更新到2.7.1 。