Segmentation fault: 11

Segmentation fault: 11, after updating xcode 12.0 to 13.0 my application not compiling, its showing error, but its worked fine in xcode 12, i have updated my Mac OS monterey so unable to install xcode 12. there is no clear idea bout the error.

One possible reason I observed for such a fault is that some TextView, or button, or other are initialized just by

x = Button()

without frame.

This TN could also help you debug:

https://developer.apple.com/library/archive/technotes/tn2151/_index.html

unable to install xcode 12

Why ? Have you looked for it here

https://developer.apple.com/download/all/

Or here:

h t t p s : / / xcodereleases.com

Segmentation fault: 11
 
 
Q