From 05d92bf2a5ed54c3e7a52b78a3edd699471c710f Mon Sep 17 00:00:00 2001 From: hieu9102002 Date: Wed, 8 Nov 2023 12:36:53 -0800 Subject: [PATCH] Remove redundant LongLivedObject import in RCTTurboModule.mm (#41368) Summary: Similarly to https://github.com/facebook/react-native/issues/36391 , we found that this import was periodically causing issues for our builds. We applied this patch and found that it is solving the issue, thus raising the PR here. It may potentially be related to https://github.com/facebook/react-native/issues/35664 and https://github.com/facebook/react-native/issues/41281 ## Changelog: [IOS] [FIXED] - Unbreak Cocoapods build Pull Request resolved: https://github.com/facebook/react-native/pull/41368 Test Plan: Automated test builds should be able to spot out potential issues. Reviewed By: javache Differential Revision: D51117316 Pulled By: cipolleschi fbshipit-source-id: 5c8ee35ab38539ae1f5556202bb274566adf09b3 --- .../nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm index eafdf21b05599d..1130b426eb10c0 100644 --- a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm +++ b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm @@ -14,7 +14,6 @@ #import #import #import -#import #import #import #import