Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8.2 & 8.1 crashes when enlarging any view in storyboard

Tags:

xcode

ios

When I click on a view frame and drag to enlarge the view, the view is not getting enlarged . But instead the mouse waiting indicator would come for a second and then the whole xcode will crash.

This was happening after my code 8.2 update. So I tried installing xcode 8.1 and the issue is still there for one particular project. All other projects are working fine. There are no warnings or conflicts in the storyboard. I don't remember changing any settings as well.

Attaching the crash log: CRASH_LOG

like image 654
abhimuralidharan Avatar asked Dec 19 '16 06:12

abhimuralidharan


People also ask

What is the latest Xcode?

Xcode is Apple's integrated development environment (IDE) for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS. It was initially released in late 2003; the latest stable release is version 13.4. 1, released on June 2, 2022 via the Mac App Store with macOS Monterey.

What version of Xcode works with Mojave?

For macOS 10.14. 4, Xcode versions compatible are: Xcode 10.2 - 11.3. 1.

Which version of Xcode is compatible with Mojave 10.14 6?

The macOS 10.14. 6 SDK provides support for developing apps for Macs running macOS Mojave 10.14. 6. The SDK comes bundled with Xcode 10.3 available from the Mac App Store.


1 Answers

Fixed the issue:

The issue started after I added a ScrollView to a ViewController and changed the simulated size of the ViewController to fit the scrollview content. I changed the simulated size to freeform and the issue started to appear. I changed it back to fixed and now everything is working normal.

But I hope it shouldn't be happening and apple will fix this soon.

like image 82
abhimuralidharan Avatar answered Sep 27 '22 19:09

abhimuralidharan