- macro names must be identifiers YourProject_prefix.pch
原因:宏名稱必須是標(biāo)識符涡驮。
解決方法:Configiration 選擇 All Configirations,然后重新定義 Debug,Release,Distributin預(yù)處理器宏喂很。
-----------------------------------------
2.no rule to process file '$(PROJECT_DIR)/LoadingView.h' of type sourcecode.c.h for architecture armv6
原因:Target 里的 Compile Sources 已含有頭文件。
解決方法: 從 Target 的 Compile Sources 中刪除頭文件。
-----------------------------------------
3.Command/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS Build System Support.xcplugin/Contents/Resources/copypngfailed with exit code 1
原因:png 圖像文件拷貝失敗,一般都是從文件系統(tǒng)里刪除文件而沒有通過 Xcode 刪除造成的,Xcode 的項目配置文件依然紀(jì)錄著這個文件的引用蔫浆。
解決方法:給文件系統(tǒng)里增加相應(yīng)的文件,或者從 Xcode 的 Groups & Files 刪除,也可以從 Target 的 Copy Bundle Resources 中刪除犯祠。
-----------------------------------------
4.Code Sign error: The identity 'iPhone Developer: Your Name' doesn't matchany valid certificate/private key pair in the default keychain
原因:簽名錯誤竿报。
解決方法:在【Target 】 【Get Info 】 【 Build 】 【Code Signing】下修改簽名,同時需要將 Configuration 類型跟當(dāng)前 Build 類型對應(yīng)(Debug, Release, Distribution)俄删。
-----------------------------------------
5.could not create bundle folder for versioned model *.moda
原因:編譯一次會產(chǎn)生一個新的 moda 文件。
解決方法:應(yīng)該把編譯產(chǎn)生出來的 moda 文件都刪了,然后清理下工程,重新運行即可点待。
-----------------------------------------
6.There are no valid certificate/private key pairs in the default keychain
原因:沒有有效的開發(fā)者證書阔蛉。
解決方法:打開【keychain】(鑰匙串訪問)的應(yīng)用程序,單擊【登錄】選項卡,右鍵單擊證書【iPhone 開發(fā)者:your_name(xxxxxxx)】,在彈出的快捷菜單中選擇【復(fù)制】選項,然后單擊【系統(tǒng)】選項卡,右鍵單擊鼠標(biāo),選擇【粘貼 2 項目】選項。
-----------------------------------------
7.運行一個 iPhone 程序時,提示“程序運行失敗,預(yù)置描述文件已過期”癞埠。
原因:包含多余項状原。
解決方法:在 Xcode 中,執(zhí)行【window】 【Orgnazier】 【你的 iPhone】項,然后刪除帶有紅*的該程序之前的 Profile,再從 Xcode 運行該程序。
-----------------------------------------
8.Certificate identity 'iPhone Developer: XXXXXXXX' appears more than oncein the keychain. The codesign tool requires there only be one
原因:多次為同一個計算機(jī)生成私有證書,并且每次都生成了 proversionning 文件,下載并按照到同一個 iOS 設(shè)備上,那么再次編譯程序到設(shè)備上的時候就會出現(xiàn)這個問題苗踪。
解決方法:在 Xcode 中,選擇菜單 Window->Organizer,在 LIBRARY 下面,選擇Provisioning Profiles,找到前面幾次生成的 Provisioning profiles 并刪除颠区。在系統(tǒng)的 keychains,即鑰匙串管理程序中,在登錄下面,刪除早期的私有證書。 再次編譯通铲。
-----------------------------------------
9.編譯項目時常報如下錯誤
Undefined symbols:
".objc_class_name_PlacardView", referenced from:
literal-pointer@__OBJC@__cls_refs@PlacardView in MoveMe2View.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
原因:找不到一個類或者是函數(shù)毕莱。
解決方法:在項目的【Groups&Files】窗口中打開【Targets】 【項目名】 【CompileSources】選項,把提示找不到的源文件拖到這里,然后重新編譯。
-----------------------------------------
10.真機(jī)調(diào)試時,提示 No provisioned IOS devices are available.Connect an IOSdevice or choose an IOS simulator as the destination
原因:沒有提供可用的 iOS 設(shè)備的测暗。
解決方法:修改 IOS Deployment Target,不要高于真機(jī)的版本央串。
-----------------------------------------
11.真機(jī)調(diào)試報 error: failed to launch /Users/gzty1/Library/Developer/Xcode/DerivedData / 應(yīng)用名-chiobhpmbvwnqudfqnfawdzjrtey/Build/Products/Debug-iphoneos/應(yīng)用名.app/應(yīng)用名' -- No such file or directory
原因:可能是正在從 appstore 上安裝此程序,同時又在真機(jī)調(diào)試安裝些程序,導(dǎo)致后面真機(jī)調(diào)試安裝此程序一直失敗。
解決方法:重新完成從 appstore 上安裝此程序后,再嘗試真機(jī)調(diào)試安裝碗啄。
-----------------------------------------
12.his class is not key value coding-compliant for the key ...
原因:interface build 與代碼中 IBOutlet 的連接所引起的∥壬悖或者在代碼中對 iboutlet 的名稱進(jìn)行了修改,導(dǎo)致 interface build 中的連接實效稚字。
解決方法:如果在該 viewcontroller 連接的 xib 文件中沒發(fā)現(xiàn)錯誤,那就很可能是mainWindow.xib 文件中存在問題,在 mainWindow.xib 的 tabbarcontroller 的某個 tab 的viewcontroller 設(shè)置了 loadfrom"**.xib",但忘了將其 class 設(shè)為對應(yīng)的 viewcontroller 類了。
-----------------------------------------
13.“XXX” is deprecated
原因:XXX 廢棄厦酬。
解決方法:查看 XXX 的這個方法的文檔,替換掉這個方法即可胆描。
-----------------------------------------
14.Declaration of "struct sock addr" will not be visible outside of this function
原因:缺失 import 關(guān)鍵字。
解決方法:在你的開源.m 文件中添加 import仗阅。
-----------------------------------------
15.Implicit conversion from enumeration type 'UIInterfaceOrientation' todifferent enumeration type 'UIDeviceOrientation'
原因:類型不匹配昌讲。
解決方法:跳到出錯的那一行,將 IInterfaceOrientation 強(qiáng)制轉(zhuǎn)換為 UIDeviceOrientation就行了。
-----------------------------------------
16.incompatible pointer types assigning to 'MyArrayList*'from 'NSMutableArray'
原因:指針分配有誤减噪。
解決方法:加入強(qiáng)制轉(zhuǎn)換(MyArrayList*)短绸。
-----------------------------------------
17.'&&' within '||'
原因:&&中包含||,例如語句 if (exists && !isDirectory || !exists)...车吹。
解決方法:將符號分開,例如更改為 if ((exists && !isDirectory) || !exists)...。
-----------------------------------------
18.The Copy Bundle Resources build phase contains this target's Info.plist file
原因:Info.plist 文件位置有誤醋闭。
解決方法:將 Info.plist 文件移到 Resources 目錄下,而不要直接放在 target 下窄驹。
-----------------------------------------
19.iPhone/iPod Touch: application executable is missing a required architecture.At least one of the following architecture(s) must be present: armv6 (-19033)
原因:可執(zhí)行應(yīng)用程序缺少必要的構(gòu)建。
解決方法:在【Target】 【Build Settings】 【Architectures】 【Standard(armv7)】 【Other..】下刪掉原來的內(nèi)容,然后逐個添加"armv6"和"armv7"(注意順序),Build ActiveArchitecture Only 選擇 Yes证逻。
-----------------------------------------
20.Method definition for 'xxx' not found
原因: .h聲明了xxx方法但是.m中沒有實現(xiàn)xxx方法乐埠。
解決方法:在類.m文件中實現(xiàn)xxx方法 。
-----------------------------------------
21.Instance variable ‘xxx' accessed in class method
原因:在類方法中使用了實例變量囚企。
解決方法:如果真得需要在類方法中使用某個變量,可以把這個變量定義成全局變量,
而不要實例變量,如在類方法外面定義變量(就是定義一個普通的全局變量)丈咐。