简体   繁体   中英

Xcode 8.2 & 8.1 crashes when enlarging any view in storyboard

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM