0

In xcode 6.4, i was able to build Build the project by selecting "iOS Device" and can use the .app file to test the same using diawi.com, however i have just shifted to xcode 7.2, and i can see the new option of "Generic iOS Device" which i thought of replacement of "iOS Device", however when i select "Generic iOS Device" to build the project, it always fail with the below error:

clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Deep Rathod
  • 69
  • 3
  • 14

1 Answers1

0

Simply Exit Xcode and restart your mac. Start Xcode and run project. This works for me.

technerd
  • 14,144
  • 10
  • 61
  • 92