XCode 9.1 Hang on load Storyboard Signing product issue

Viewed 711

Folks,

Currently I am using xcode 9.1 version when working into .h,.m or .swift file projects works properly even when run application into device works without any error.

Also same project open into XCODE 8 It's works .storyboard open and able to edit every thing works But when I loaded my project in Xcode 9.1 I try to load my main storyboard, Xcode starts to compile automatically the storyboard and it's hanging in the step "Signing product". After that i Have to force the exit.

NOTE : I used project developed into XCODE 8.3.3 after updating xcode newer version XCODE 9 or XCODE 9.1 facing this kind of issue.

Anybody having the same issue or like that?

Any solution to fix this issue/bug while updating .storyboard code.

2 Answers

For the issue,

I have analyse a thing here sharing:

  1. Remove old Xcode's from your system, if it requires then save it dmg file for future purpose.
  2. In Activity monitor, don't exceed the source kit size more than 700 mb if exceeds force quit it.
  3. Restart your Xcode 2 or 3 times in a day, this will stops long time process(which Xcode uses) from which it hangs.
  4. Upgrade your RAM if you really required more than 8 GB.

Still I am also facing issues not frequently, but these are worked for me, so I sharing.

Related