I\'ve run into a slight complication with a project and need some assistance.
I recently purchased a Mac Mini and wish to begin working on some of my app projects from i
I don't know how my experience relates to yours, but I had the same issue and was finally able to resolve it by removing an activity indicator view via the storyboard's XML. Specifically, the code I removed was this:
When I removed these lines of XML and switched back to the Interface Builder view, XCode removed an outlet the indicator was connected to (just one line).
Hope that helps someone! I'll update my answer if I find an explanation for why this fixed the problem for me.