Skip to content

Commit

Permalink
Remove redundant LongLivedObject import in RCTTurboModule.mm (#41368)
Browse files Browse the repository at this point in the history
Summary:
Similarly to #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 #35664 and #41281

## Changelog:

[IOS] [FIXED] - Unbreak Cocoapods build

Pull Request resolved: #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
  • Loading branch information
hieu9102002 authored and facebook-github-bot committed Nov 8, 2023
1 parent 1bcd286 commit 05d92bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#import <React/RCTModuleMethod.h>
#import <React/RCTUtils.h>
#import <ReactCommon/CallInvoker.h>
#import <ReactCommon/LongLivedObject.h>
#import <ReactCommon/TurboModule.h>
#import <ReactCommon/TurboModulePerfLogger.h>
#import <cxxreact/SystraceSection.h>
Expand Down

0 comments on commit 05d92bf

Please sign in to comment.