We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6542a commit 061cd1aCopy full SHA for 061cd1a
1 file changed
packages/rn-tester/RCTTest/React-RCTTest.podspec
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
26
s.platforms = min_supported_versions
27
s.compiler_flags = '-Wno-nullability-completeness'
28
s.source = source
29
- s.source_files = "**/*.{h,m,mm}"
+ s.source_files = podspec_sources("**/*.{h,m,mm}", "**/*.h")
30
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
31
s.framework = "XCTest"
32
s.header_dir = "RCTTest"
0 commit comments