Xcode 8 hangs / unresponsive when opening storyboard

前端 未结 16 1439
南方客
南方客 2021-01-31 17:48

I\'ve recently upgraded to Xcode 8 and updated my project to Swift 3. All worked fine for a little while. Storyboard loading has always been slow (even when still running Xcode

16条回答
  •  一个人的身影
    2021-01-31 18:26

    I got the same problem using Xcode 9.2, fixed it by removing the stack view which wrapped up other views, I just removed the stackview and its subview tags and kept other views in the scene.

提交回复
热议问题