Skip to content

Commit aea37ea

Browse files
authored
fix: update podspec to not compile tests along with the library (#771)
## Description <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Introduces a breaking change? - [ ] Yes - [ ] No ### Type of change - [ ] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [ ] Documentation update (improves or adds clarity to existing documentation) - [ ] Other (chores, tests, code style improvements etc.) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent ad8d2b7 commit aea37ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-executorch/react-native-executorch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Pod::Spec.new do |s|
7171
# react-native-skia. The headers are preserved by preserve_paths and
7272
# then made available by HEADER_SEARCH_PATHS.
7373
s.exclude_files = [
74-
"common/rnexecutorch/tests/*.{cpp}",
74+
"common/rnexecutorch/tests/**/*.{cpp}",
7575
"common/rnexecutorch/jsi/*.{h,hpp}"
7676
]
7777
s.header_mappings_dir = "common/rnexecutorch"

0 commit comments

Comments
 (0)