File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/create-react-native-library/templates/native-common Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -247,11 +247,12 @@ jobs:
247
247
${{ runner.os }}-library-cocoapods-
248
248
249
249
- name : Install cocoapods
250
- if : env.ios_build == 1 && env.turbo_cache_hit_ios != 1 && steps.library-cocoapods-cache.outputs.cache-hit != 'true'
250
+ if : env.ios_build == 1 && env.turbo_cache_hit_ios != 1
251
251
working-directory : ${{ env.work_dir }}
252
252
run : |
253
253
cd example
254
254
bundle install
255
+ bundle exec pod repo update --verbose
255
256
bundle exec pod install --project-directory=ios
256
257
257
258
- name : Cache cocoapods
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
24
24
25
25
<% if (project.moduleConfig === "nitro-modules") { -%>
26
26
s.source_files = [
27
- "ios/**/*.{swift}",=
27
+ "ios/**/*.{swift}",
28
28
"ios/**/*.{m,mm}",
29
29
"cpp/**/*.{hpp,cpp}",
30
30
]
You can’t perform that action at this time.
0 commit comments