简体   繁体   中英

Unable to open .xib file

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?

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.. :)

Select interface builder 在此处输入图片说明

then in document interface document choose compactable xcode version

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM