We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffca33d commit 6c7c9d4Copy full SHA for 6c7c9d4
2 files changed
.github/workflows/build-templates.yml
@@ -252,6 +252,7 @@ jobs:
252
run: |
253
cd example
254
bundle install
255
+ bundle exec pod repo update --verbose
256
bundle exec pod install --project-directory=ios
257
258
- name: Cache cocoapods
packages/create-react-native-library/templates/native-common/{%- project.name %}.podspec
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
24
25
<% if (project.moduleConfig === "nitro-modules") { -%>
26
s.source_files = [
27
- "ios/**/*.{swift}",=
+ "ios/**/*.{swift}",
28
"ios/**/*.{m,mm}",
29
"cpp/**/*.{hpp,cpp}",
30
]
0 commit comments