File tree Expand file tree Collapse file tree
packages/create-react-native-library/templates/native-common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,11 +247,12 @@ jobs:
247247 ${{ runner.os }}-library-cocoapods-
248248
249249 - 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
251251 working-directory : ${{ env.work_dir }}
252252 run : |
253253 cd example
254254 bundle install
255+ bundle exec pod repo update --verbose
255256 bundle exec pod install --project-directory=ios
256257
257258 - name : Cache cocoapods
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
2525<% if (project.moduleConfig === "nitro-modules") { -%>
2626 s.source_files = [
27- "ios/**/*.{swift}",=
27+ "ios/**/*.{swift}",
2828 "ios/**/*.{m,mm}",
2929 "cpp/**/*.{hpp,cpp}",
3030 ]
You can’t perform that action at this time.
0 commit comments