2012-01-05 31 views
1

在我的Xcode中,如果我創建了新項目,它不會給人以智能,我必須輸入所有的手冊。這讓我很難。爲什麼它發生。有什麼設置我不得不修改。請幫助我任何一個。XCode 4不顯示我的新應用程序的智能?

由於提前

+0

對不起......智能感知是MS開發工具。你的帖子提醒了我 - 享受! :http://www.sdtimes.com/MAC_DEVELOPERS_EMBRACE_NET_WITH_VISUAL_OBJECTIVE_C/By_I_B__Phoolen/34234 – justin 2012-01-05 07:35:28

+0

當您在手機上運行應用程序而非模擬器時,Xcode智能感知往往會中斷。我傾向於將部署目標設置爲模擬器而不是iOS設備,然後它將接收智能感知。如果仍然無效,那麼快速解決方案就是按照Rocks的建議,在您的項目的Window> Organizer中刪除您的「派生數據」。然後再次重新啓動Xcode。 - 如果可以,儘量在輸入代碼時儘量避免使用iOS設備。 – Zhang 2012-09-12 08:42:34

回答

1

FN + ESC鍵將進入它們的列表,你需要啓用它在喜好

0
intellegence window not Appear then follow the Step :) 

1) Clean the project, in Xcode menu Product -> Clean 
2) Close the project 
3) Open Organizer and go to Projects tab, select the project 
4)Remove all derived data (the buttons are on the main view : Derived data and Snapshots) 
5)Remove the project from the list on the left (select it and press backspace) 
6)Finally close Xcode, launch it again and reopen the project 
相關問題