0
我有一個奇怪的問題,我無法解決。 我用xCode4.3構建了我的proJect,但是現在從另一個macBook(我有雪豹,因此只有4.2)編譯我有奇怪的錯誤。xCode 4.3 proJect編譯與xCode4.2問題
- parser at end of file
- Code generation
- Running pass 'Function Pass Manager' on module "${PROJECT_DIR}/MyActivityCell.m".
- 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了。 在此先感謝。