0

I am getting "[Segmentation fault: 1]" error after updating my pod file also "Command CompileSwift failed with a nonzero exit code" error. How to resolve this?

enter image description here

Ranu Dhurandhar
  • 93
  • 1
  • 10

1 Answers1

0

Try to clean and re-build the project.

  1. Clean: +alt+shift+K
  2. Build: +B
shbedev
  • 1,875
  • 17
  • 28
  • This might be helpful - https://stackoverflow.com/questions/25007755/unable-to-execute-command-segmentation-fault-11-swift-frontend-command-failed – shbedev Dec 18 '19 at 11:20