Interface Builder high CPU usage hang Mac OS X

The MacBook Pro almost hang the other day, press a key or click some function then the cursor turned into spinning rainbow.

Check the cpu usage in terminal console and find that “Interface Builder” was the highest cpu usage process.

Google and found the solution and it worked for me. It might work for you if there’re “Toolbar” component in your storyboard.

1.Open storyboard as “Source

2.Change “translatedAutoresizingMaskIntoConstraints” attribute of “Toolbar” from “NO” to “YES”

Ref: https://stackoverflow.com/questions/46922321/xcode-9-0-1-interface-builder-100-cpu-opening-ios-storyboard

This entry was posted in iOS development. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *