2

I have a project in swift which was working very well but today I tried to run it on simulator and I got 101 errors for many of my classes which says "error: Abort trap: 6". When I try to run it on my iPhone it works fine but it has errors for simulators. I tried to search and read many links like this but nothing solved my problem. Anyone faced same issue?

Niloufar
  • 512
  • 1
  • 5
  • 24
  • 2
    Try clean/clean build folder, and delete your derived data – Sander Saelmans Jan 13 '19 at 11:07
  • @SanderSaelmans tried that but still not working – Niloufar Jan 13 '19 at 11:09
  • Having too many errors means you are using a third party SDK and which is not building properly. Fixing the first error will fix all other issues. Can you please share more logs of the errors from build logs which files are exactly causing this issue and why a screen shot would also help. – Max Jan 13 '19 at 13:10
  • Can u share error screenshot from Xcode? – McDonal_11 Jan 14 '19 at 04:45
  • Same issue here, this seems to be a compiler bug, try to write your last piece of added code differently. – Steven B. Sep 14 '21 at 15:18

0 Answers0