MacBook Air'ımdaki yeni OS X Lion üzerinde Xcode 4.2 yüklendi ve eski projelerimi derleyemiyorum. seçimi ile xib açmaya İç hata var çalışılıyorXcode 4.2: Derleme hatası (Command/Developer/usr/bin/ibtool, çıkış kodu 255 ile başarısız oldu)
CompileXIB Test3/en.lproj/ViewController.xib
cd /Volumes/MacExt/Projects/iOS/Test3
setenv IBC_MINIMUM_COMPATIBILITY_VERSION 5.0
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv XCODE_DEVELOPER_USR_PATH /Developer/usr/bin/..
/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/lial/Library/Developer/Xcode/DerivedData/Test3-fvcbdbtitujnwabzsgjgcbugfmoy/Build/Products/Debug-iphonesimulator/Test3.app/en.lproj/ViewController.nib /Volumes/MacExt/Projects/iOS/Test3/Test3/en.lproj/ViewController.xib
--sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
Command /Developer/usr/bin/ibtool failed with exit code 255
: Crash ve
Devam sadece derlemeye deneyin, herhangi bir değişiklik yoktur ve hata var - yeni tek pencere projesi (Görünüm tabanlı uygulaması) oluşturXcode encountered an internal logic error. Choose "Continue" to continue running Xcode in an inconsistent state. Choose "Crash" to halt Xcode and file a bug with Crash Reporter. Choosing "Crash" will result in the loss of all unsaved data.
Lütfen bana yardım edin, bu sorunu nasıl çözebilirim? Xcode sabit değil mi? Ya da bazı projelerimin yanlış ayarları var mı?
Şunu unutmayalım: Aynı Dağıtım hedefi olan iPhone 5.0 Simulator üzerinde çalışıyorum – LIAL
herhangi bir çözüm ...? –
xib için Kaynak Kodunun, bölümünde listelenen tüm gerekli dosyalara sahip olduğundan emin olun. –
user1459524