Skip to content

Commit

Permalink
Remove redundant LongLivedObject import in RCTTurboModule.mm (faceboo…
Browse files Browse the repository at this point in the history
…k#41368)

Summary:
Similarly to facebook#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 facebook#35664 and facebook#41281

## Changelog:

[IOS] [FIXED] - Unbreak Cocoapods build

Pull Request resolved: facebook#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 Othinn committed Jan 9, 2024
1 parent 407e3db commit 551ac36
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 551ac36

Please sign in to comment.