File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5151 working-directory : example
5252 run : |
5353 gem update cocoapods xcodeproj
54- pod install --project-directory=ios || (pod repo update && pod install --project-directory=ios --clean-install )
54+ pod install --project-directory=ios || (rm -rf ~/Library/Caches/CocoaPods && pod cache clean --all && pod install --project-directory=ios)
5555
5656 - name : Install applesimutils
5757 run : |
Original file line number Diff line number Diff line change 7474 working-directory : example
7575 run : |
7676 gem update cocoapods xcodeproj
77- pod install --project-directory=ios || (pod repo update && pod install --project-directory=ios --clean-install )
77+ pod install --project-directory=ios || (rm -rf ~/Library/Caches/CocoaPods && pod cache clean --all && pod install --project-directory=ios)
7878
7979 - name : Install applesimutils
8080 run : |
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ const config = {
2020 vm : path . resolve ( __dirname , 'node_modules/vm-browserify/' ) ,
2121 process : path . resolve ( __dirname , 'node_modules/process/' ) ,
2222 } ,
23+ blockList : [
24+ // Exclude nested node_modules in the lib package to avoid bundling conflicts
25+ / n o d e _ m o d u l e s \/ @ s y n o n y m d e v \/ r e a c t - n a t i v e - l d k \/ n o d e _ m o d u l e s \/ .* / ,
26+ ] ,
2327 } ,
2428} ;
2529
You can’t perform that action at this time.
0 commit comments