以前在安裝多個xcode的時候,由于某些配置的問題,在建立工程的時候,會出現類似下面這樣的錯誤,導緻工程模闆無法建立。
解除安裝xcode後重新安裝,還原所有配置也沒有解決。
而且是隻有在選擇Window-based Application這個模闆的時候才會,其他的模闆是不會的,結果很是郁悶。
File: /SourceCache/DevToolsIDE/DevToolsIDE-1613/pbxinterface/
Wizards.subproj/PBXWizardChooserWizard.m
Line: 1342
Object: <PBXProjectWizardChooserWizard:0x2009b45a0>
Method: sheetDidEndWithReturnCode:fileSystemLocations:contextInfo:
wizard should be an instance inheriting from PBXProjectWizard, but it is nil
Internal Error
File: /SourceCache/DevToolsIDE/DevToolsIDE-1688/pbxinterface/Wizards.subproj/PBXWizardChooserWizard.m
Line: 1365
Object: <PBXProjectWizardChooserWizard:0x200b845e0>
後來是從外文網站上找到這個解決方法。