0

I am trying to run one of my old project. But getting following error

Command

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255

Also, I can access one of my .xib file. That is, whenever I try to open that particular .xib file Xcode closed.

How could I fix this error?

Sankar V
  • 4,794
  • 3
  • 38
  • 56
Ankita Shah
  • 2,178
  • 3
  • 25
  • 42

2 Answers2

1

Sometimes this type of weird problem happens with xCode. Basic step would be:

  1. Clean the project.
  2. restart your xCode and Simulator.
  3. reboot your computer.

For more see this SO question and apple discussion.

Hope this helps.. :)

Community
  • 1
  • 1
Rashad
  • 11,057
  • 4
  • 45
  • 73
  • Also sometimes resetting the simulator also helps in such situations: **iOS Simulator -> Reset Content and Settings** – Koray Apr 03 '14 at 13:14
0

Select interface builder enter image description here

then in document interface document choose compactable xcode version

enter image description here

Vineesh TP
  • 7,755
  • 12
  • 66
  • 130