1. 程式人生 > >ibtool failed with exit code 255怎麼辦?處理方法

ibtool failed with exit code 255怎麼辦?處理方法

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

解決方法:

基本上就是clean加清除快取,具體步驟如下:

  • clean your project
  • delete the cached data (Organizer->Projects->Derived Data tap 'Delete...'
  • insure that for this XIB the proper versioning is set (select XIB, 3rd Xcode tab on right, File options:
  • close the project
  • quit Xcode
  • reopen Xcode, then the product
  • try again