mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[ios][prebuild] added missing search path to reactPerfLogger
ReactPerfLogger target now has an include file that wasn't in the search path. This commit fixes this by adding "ReactCommon" as search path to the target.
This commit is contained in:
@@ -116,6 +116,7 @@ let reactFeatureFlags = RNTarget(
|
||||
let reactPerfLogger = RNTarget(
|
||||
name: .reactPerfLogger,
|
||||
path: "ReactCommon/reactperflogger",
|
||||
searchPaths: ["ReactCommon"],
|
||||
excludedPaths: ["fusebox"]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user