久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    • <bdo id='EIb2t'></bdo><ul id='EIb2t'></ul>
    <legend id='EIb2t'><style id='EIb2t'><dir id='EIb2t'><q id='EIb2t'></q></dir></style></legend>
    <i id='EIb2t'><tr id='EIb2t'><dt id='EIb2t'><q id='EIb2t'><span id='EIb2t'><b id='EIb2t'><form id='EIb2t'><ins id='EIb2t'></ins><ul id='EIb2t'></ul><sub id='EIb2t'></sub></form><legend id='EIb2t'></legend><bdo id='EIb2t'><pre id='EIb2t'><center id='EIb2t'></center></pre></bdo></b><th id='EIb2t'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='EIb2t'><tfoot id='EIb2t'></tfoot><dl id='EIb2t'><fieldset id='EIb2t'></fieldset></dl></div>

      1. <small id='EIb2t'></small><noframes id='EIb2t'>

      2. <tfoot id='EIb2t'></tfoot>

        Xcode 4.2:嘗試使用越獄的 iPhone 3G 進行開發(fā)時出現(xiàn)

        Xcode 4.2: Error 0xC002 when trying to use a jailbroken iPhone 3G for development(Xcode 4.2:嘗試使用越獄的 iPhone 3G 進行開發(fā)時出現(xiàn)錯誤 0xC002)
        <i id='8vrLJ'><tr id='8vrLJ'><dt id='8vrLJ'><q id='8vrLJ'><span id='8vrLJ'><b id='8vrLJ'><form id='8vrLJ'><ins id='8vrLJ'></ins><ul id='8vrLJ'></ul><sub id='8vrLJ'></sub></form><legend id='8vrLJ'></legend><bdo id='8vrLJ'><pre id='8vrLJ'><center id='8vrLJ'></center></pre></bdo></b><th id='8vrLJ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='8vrLJ'><tfoot id='8vrLJ'></tfoot><dl id='8vrLJ'><fieldset id='8vrLJ'></fieldset></dl></div>

        • <legend id='8vrLJ'><style id='8vrLJ'><dir id='8vrLJ'><q id='8vrLJ'></q></dir></style></legend>
            <bdo id='8vrLJ'></bdo><ul id='8vrLJ'></ul>
            <tfoot id='8vrLJ'></tfoot>
                  <tbody id='8vrLJ'></tbody>

                  <small id='8vrLJ'></small><noframes id='8vrLJ'>

                  本文介紹了Xcode 4.2:嘗試使用越獄的 iPhone 3G 進行開發(fā)時出現(xiàn)錯誤 0xC002的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我有這款 iOS 版本 4.2.1(支持的最新版本)的越獄 iPhone 3G.當(dāng)我將它連接到 Xcode 4.2 時,Xcode 開始復(fù)制調(diào)試符號.它在進程結(jié)束時停止復(fù)制,并顯示以下錯誤:

                  I have this jailbroken iPhone 3G with iOS version 4.2.1 (the latest supported version). When I connect it to Xcode 4.2, Xcode starts copying the debug symbols. It stops copying towards the end of the process, and shows the following error:

                  Xcode has encountered an unexpected error (0xC002)
                  No such file or directory, at ‘/SourceCache/DTDeviceKit/DTDeviceKit-867/DTDeviceKit/DTDeviceKit_Utilities.m:864’
                  

                  有人遇到過類似情況嗎?

                  Anybody experiencing anything similar?

                  我知道我應(yīng)該嘗試恢復(fù)手機,但我只是想以防萬一有人想出不涉及恢復(fù)的解決方案.

                  I know I should try and restore the phone, but I'm asking just in case anybody can come up with a solution that doesn't involve restoring it.

                  在 mactechnews.de 上的這篇文章,一個人報告了同樣的問題——到目前為止還沒有解決方案.

                  In this post on mactechnews.de, one guy reports the same problem -- with no solution, so far.

                  推薦答案

                  好吧,經(jīng)過大量測試和挖掘文件系統(tǒng)...我解決了.事實證明,只有少數(shù)文件沒有從設(shè)備下載(原因仍然未知).它們與 dyld 緩存有關(guān)(不知道這是什么以及它的用途).以下是使您的 4.2.1 設(shè)備在 XCode 4.2 和 4.3.x 中可調(diào)試的步驟:

                  Alright, after a lot of testing and digging up the filesystem... I solved it. It turns out that there are just a few files that are not downloaded from the device (for reasons still unknown). They are related to the dyld cache (don't really know what this is and what it's for). Here are the steps to make your 4.2.1 device debuggable in XCode 4.2 and 4.3.x:

                  1. 關(guān)閉 Xcode
                  2. 轉(zhuǎn)到:~/Library/Developer/Xcode/iOS DeviceSupport/4.2.1 (8C148)/Symbols/System/Library/Caches/com.apple.dyld/
                    注意:如果您沒有此文件夾,請運行 Xcode,連接您的設(shè)備,然后等待管理器中出現(xiàn)錯誤 0xC002 - 屆時該文件夾應(yīng)該已創(chuàng)建.
                  3. 在那里創(chuàng)建 3 個空文件,名為:
                    • .copied_dyld_shared_cache_armv6
                    • .processed_dyld_shared_cache_armv6
                    • dyld_shared_cache_armv6

                  或者,對于終端愛好者:

                  Or, for the terminal lovers:

                  cd ~/Library/Developer/Xcode/iOS DeviceSupport/4.2.1 (8C148)/Symbols/System/Library/Caches/com.apple.dyld/
                  touch .copied_dyld_shared_cache_armv6
                  touch .processed_dyld_shared_cache_armv6
                  touch dyld_shared_cache_armv6
                  


                  這顯然是一個 hack,但它非常適合調(diào)試,到目前為止我還沒有注意到任何副作用.
                  享受吧!

                  小更新:
                  我使用 Xcode 4.2(迄今為止最新版本)在我的雪豹 hackintosh 上對其進行了測試,盡管該設(shè)備在管理器中處于活動狀態(tài)并且可以在設(shè)備上運行該應(yīng)用程序,但我在啟動時出現(xiàn)黑屏.它已安裝,但顯然調(diào)試器無法連接.我在 4.0.2 中遇到了同樣的問題,當(dāng)時還沒有發(fā)生 0xC002 問題,所以我認(rèn)為它是不相關(guān)的,甚至可能不會發(fā)生在其他人身上.盡管如此,還是解決了 0xC002.
                  在我使用 Lion 和 Xcode 4.3.2 的主要開發(fā)機器上,設(shè)備是完全可調(diào)試的.


                  This is obviously a hack but it works perfectly for debugging and I haven't noticed any side-effects so far.
                  Enjoy!

                  Small update:
                  I tested it on my snow leopard hackintosh, with the Xcode 4.2 (most recent to date) and although the device is active in the organizer and it is possible to run the app on the device, i get black screen on launch. It gets installed but apparently debugger cannot get attached. I had the same problem with 4.0.2, when the 0xC002 problem didn't yet occur so I think it's unrelated and might even not happen to others. Nevertheless, 0xC002 is still solved.
                  On my main development machine with Lion and Xcode 4.3.2, device is perfectly debuggable.

                  這篇關(guān)于Xcode 4.2:嘗試使用越獄的 iPhone 3G 進行開發(fā)時出現(xiàn)錯誤 0xC002的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How to animate a UIImageview to display fullscreen by tapping on it?(如何通過點擊動畫 UIImageview 以顯示全屏?)
                  To stop segue and show alert(停止 segue 并顯示警報)
                  iOS 5 storyboard, programmatically determine path(iOS 5 故事板,以編程方式確定路徑)
                  Icon already includes gloss effects(圖標(biāo)已經(jīng)包含光澤效果)
                  How does UIEdgeInsetsMake work?(UIEdgeInsetsMake 是如何工作的?)
                  UIProgressView and Custom Track and Progress Images (iOS 5 properties)(UIProgressView 和自定義跟蹤和進度圖像(iOS 5 屬性))

                    <tbody id='WwwtH'></tbody>

                    <small id='WwwtH'></small><noframes id='WwwtH'>

                    <tfoot id='WwwtH'></tfoot>
                  1. <i id='WwwtH'><tr id='WwwtH'><dt id='WwwtH'><q id='WwwtH'><span id='WwwtH'><b id='WwwtH'><form id='WwwtH'><ins id='WwwtH'></ins><ul id='WwwtH'></ul><sub id='WwwtH'></sub></form><legend id='WwwtH'></legend><bdo id='WwwtH'><pre id='WwwtH'><center id='WwwtH'></center></pre></bdo></b><th id='WwwtH'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='WwwtH'><tfoot id='WwwtH'></tfoot><dl id='WwwtH'><fieldset id='WwwtH'></fieldset></dl></div>

                      • <legend id='WwwtH'><style id='WwwtH'><dir id='WwwtH'><q id='WwwtH'></q></dir></style></legend>

                            <bdo id='WwwtH'></bdo><ul id='WwwtH'></ul>
                            主站蜘蛛池模板: 一区在线视频 | 日本精品视频 | 成人免费视频 | 精品国产一区二区三区性色 | 亚洲欧美视频 | 色香婷婷 | 精品久久久久久久久久久 | 一级免费毛片 | 亚洲精品一区在线 | 亚洲毛片 | 日韩在线播放av | 99精品欧美 | www.日韩av.com | 在线播放中文字幕 | 国产成人福利在线观看 | 在线观看中文字幕一区二区 | av在线免费观看网址 | 亚洲 欧美 日韩 在线 | 麻豆久久| 国产在线一区二区三区 | 国产片一区二区三区 | a级片播放| 中文字幕一区在线观看视频 | 欧美成年网站 | 成年免费大片黄在线观看岛国 | 日日夜夜精品视频 | 免费久久视频 | 欧美一区二区三区四区五区无卡码 | 久久精品国产一区二区三区不卡 | 日韩视频在线免费观看 | 在线成人一区 | 日韩一区二区视频 | 久久99精品久久久久久青青日本 | 午夜一区| 日本福利一区 | 亚洲欧美视频 | 在线免费亚洲视频 | 岛国av一区二区三区 | 在线一区二区三区 | 亚洲天堂影院 | 视频一区二区在线观看 |