rufo
rufo

Reputation: 5547

Slow Storyboard edition in XCode 4.2

Using XCode 4.2 to edit a simple App with a TabViewController and 5 tabs. I am just starting the app so there are not too many components in each.

However, just switching from viewing code to view the Storyboard in XCode takes about 1 minute. Any change is that slow... like it is rebuilding the internal hierarchy of all components everytime I touch something.

Have anybody else experienced this? any advise.

Thanks.

Upvotes: 1

Views: 1123

Answers (1)

MrHappyAsthma
MrHappyAsthma

Reputation: 6522

This is a repeat question. See here: Xcode 4 - slow performance

If you delete the workspace it should increase your speed. (It should be the accepted answer to that question).

Source: I've used this answer in the past and it greatly helped.

If not, read up on the answer here for common issues with xcode 4's slow performance: Why are xcodebuild and Xcode 4.2 so slow?

Upvotes: 1

Related Questions