2012-07-02 88 views
0

我有一個奇怪的問題,我無法解決。 我用xCode4.3構建了我的proJect,但是現在從另一個macBook(我有雪豹,因此只有4.2)編譯我有奇怪的錯誤。xCode 4.3 proJect編譯與xCode4.2問題

  1. parser at end of file
  2. Code generation
  3. Running pass 'Function Pass Manager' on module "${PROJECT_DIR}/MyActivityCell.m".
  4. Running pass 'ARM Instruction Selection' on function '@"\01-[MyActivityCell initWithStyle:reuseIdentifier:]"'
clang: error: unable to execute command: Segmentation fault 
clang: error: clang frontend command failed due to signal 2 (use -v to see invocation) 

命令/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang失敗,退出碼254

我試圖把在評論我的自定義的子類初始化UITableViewCell,並重新編譯相同的問題出現在ViewDidLoad方法中的一些自定義VC或另一個UITableViewCell子類。

注:我沒有問題編譯與xCode 4.3。

我知道蘋果轉移到另一個編譯器升級xCode,但似乎很奇怪,我不能編譯我的proJect了。 在此先感謝。

回答

0

那麼最終我想出了什麼是錯的。使用xCode4.2進行編譯,我得到的奇怪錯誤與我試圖調用的變量簡單相關,但不再存在。奇怪的是,編譯並沒有給我確切的錯誤,但鏗鏘聲:錯誤:相反。奇怪的。 無論如何修正。