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

    1. <tfoot id='qVaM7'></tfoot>

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

      在沒有開發人員程序的設備上安裝 iOS 應用程序,

      Install iOS Apps on device without developer program, iOS 5.1(在沒有開發人員程序的設備上安裝 iOS 應用程序,iOS 5.1)
      <tfoot id='gLXbJ'></tfoot>
        <bdo id='gLXbJ'></bdo><ul id='gLXbJ'></ul>
          <tbody id='gLXbJ'></tbody>
        <legend id='gLXbJ'><style id='gLXbJ'><dir id='gLXbJ'><q id='gLXbJ'></q></dir></style></legend>

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

                <i id='gLXbJ'><tr id='gLXbJ'><dt id='gLXbJ'><q id='gLXbJ'><span id='gLXbJ'><b id='gLXbJ'><form id='gLXbJ'><ins id='gLXbJ'></ins><ul id='gLXbJ'></ul><sub id='gLXbJ'></sub></form><legend id='gLXbJ'></legend><bdo id='gLXbJ'><pre id='gLXbJ'><center id='gLXbJ'></center></pre></bdo></b><th id='gLXbJ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='gLXbJ'><tfoot id='gLXbJ'></tfoot><dl id='gLXbJ'><fieldset id='gLXbJ'></fieldset></dl></div>
              2. 本文介紹了在沒有開發人員程序的設備上安裝 iOS 應用程序,iOS 5.1的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                限時送ChatGPT賬號..

                我正在嘗試將我的 iOS 應用安裝到運行 iOS 5.1 的設備上.它目前尚未越獄,但如果需要的話,我會這樣做.

                I'm trying to install my iOS app on to my device running iOS 5.1. It's not currently jailbreaked but if that's what it takes I'll do that.

                當我運行 iOS 5.0.1 時,我關注了這個線程:如何將 iPhone 應用程序從 Xcode 部署到真正的 iPhone 設備上? 并創建了一個自簽名證書,效果非常棒.

                When i was running iOS 5.0.1 I followed this thread: How can I deploy an iPhone application from Xcode to a real iPhone device? and created a self-signed certificate, that worked like a charm.

                更新到 Xcode 4.3.2 和 iOS 5.1 后,我無法讓它工作

                I'm not able to get it working after updating to Xcode 4.3.2 and iOS 5.1

                我也試過關注這個帖子,但沒有成功:在沒有蘋果開發者程序或越獄的設備上測試iOS應用

                I'v also tried following this thread but with no success: Test iOS app on device without apple developer program or jailbreak

                那么如何在不成為開發者計劃成員的情況下將我的應用從 Xcode 4.3.2 安裝到運行 iOS 5.1 的 iPhone 4 上?

                我現在可以將應用程序放到 iPhone 上.但是當我嘗試啟動它們時,它們崩潰了,甚至啟動圖像都沒有出現.我已經越獄了設備,安裝了 Appsync,編輯了 SDKSettings.plist 并將構建屬性更改為不要編碼簽名".

                I am now able to get the applications on to the iPhone. But when i try to start them they crash, not even the launch image comes up. I've Jailbroken the device, installed Appsync, edited the SDKSettings.plist and changed the build properties to "Don't code Sign".

                這是我嘗試啟動應用程序時控制臺給我的信息,我在 Xcode 中沒有收到任何崩潰日志:

                This is what the console gives me when i try to start the app, i'm not getting any crash log in Xcode:

                May  8 18:25:35 unknown SpringBoard[54] <Warning>: Unable to obtain a task name port right for pid 1017: (os/kern) failure
                May  8 18:25:35 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.KerschApps.Test[0x2fa8]) Exited: Killed: 9
                May  8 18:25:35 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.KerschApps.Test[0x2fa8]) Throttling respawn: Will start in 2147483647 seconds
                May  8 18:25:35 unknown SpringBoard[54] <Warning>: Application 'Test' exited abnormally with signal 9: Killed: 9
                May  8 18:25:36 unknown kernel[0] <Debug>: AMFI: hook..execve() killing pid 1017: no code signature
                

                為什么我的所有應用程序在模擬器中運行良好時都會在 iPhone 中崩潰?

                謝謝/蒂姆

                推薦答案

                我遇到了和你一樣的問題,讓應用程序在 iOS 5.1 和 Xcode 4.3.2 上運行,我剛剛設法讓它幾乎可以運行在這里完美使用此方法:

                I've had exactly the same problem as you, getting apps running on iOS 5.1 with Xcode 4.3.2 and I've just managed to get it working almost perfectly using this method here:

                使用 Xcode 4.3.2 為 iOS 5.1 構建應用程序

                它基于 這個來自 iPhone Dev wiki,但我必須包含一些更改 - -gtaswitch 會導致構建錯誤,并且說明并不完全明確.完整的教程在該博客文章中,但步驟基本上是:

                It's based on this one from iPhone Dev wiki, but I had to include some alterations - the -gta switch results in a build error, and the instructions aren't exactly explicit. The complete tutorial is in that blog post, but the steps basically are:

                1. 創建名為iPhone Developer"的自簽名證書
                2. 重新打開 Xcode 項目構建設置中的代碼簽名身份" - 以使用您的自簽名證書??iPhone 開發人員"
                3. 按照說明更改 info.plist 的出現次數
                4. 下載ldid,使其可執行
                5. 創建 python 腳本,將其粘貼在/usr/bin 中,相應地更改 python 腳本引用
                6. 將 iPhoneCodeSign.xcspec 更改為使用 ldid3.py
                7. 通過 touch over ssh 在設備上創建 tdmtanf 文件
                8. 不要將 -gta 標志放在其他代碼簽名標志"中

                我碰巧使用 Unity 進行調試,因此沒有使用 -gta 進行 Xcode 調試的問題并沒有困擾我 - 顯然 Objective C 開發人員將需要此功能,因此希望有人可以在此功能上進行擴展.我目前正在我的 iPhone 5.1 上使用我的應用程序的開發版本,手指交叉你可以獲得相同的結果.

                I happen to use Unity for debugging so the lack of Xcode debugging with -gta didn't bother me - obviously Objective C developers will need this functionality, so hopefully someone can expand on this if they get it working. I'm currently playing with a dev build of my app on my iPhone on 5.1, and fingers cross you can get the same result.

                這篇關于在沒有開發人員程序的設備上安裝 iOS 應用程序,iOS 5.1的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                相關文檔推薦

                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(圖標已經包含光澤效果)
                How does UIEdgeInsetsMake work?(UIEdgeInsetsMake 是如何工作的?)
                UIProgressView and Custom Track and Progress Images (iOS 5 properties)(UIProgressView 和自定義跟蹤和進度圖像(iOS 5 屬性))

              3. <small id='Bv3hl'></small><noframes id='Bv3hl'>

                      <bdo id='Bv3hl'></bdo><ul id='Bv3hl'></ul>
                        <tbody id='Bv3hl'></tbody>

                    • <tfoot id='Bv3hl'></tfoot>
                      1. <legend id='Bv3hl'><style id='Bv3hl'><dir id='Bv3hl'><q id='Bv3hl'></q></dir></style></legend>
                        <i id='Bv3hl'><tr id='Bv3hl'><dt id='Bv3hl'><q id='Bv3hl'><span id='Bv3hl'><b id='Bv3hl'><form id='Bv3hl'><ins id='Bv3hl'></ins><ul id='Bv3hl'></ul><sub id='Bv3hl'></sub></form><legend id='Bv3hl'></legend><bdo id='Bv3hl'><pre id='Bv3hl'><center id='Bv3hl'></center></pre></bdo></b><th id='Bv3hl'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Bv3hl'><tfoot id='Bv3hl'></tfoot><dl id='Bv3hl'><fieldset id='Bv3hl'></fieldset></dl></div>
                          主站蜘蛛池模板: 久久美女网 | 天天操一操 | 午夜精品久久 | 中文字幕成人 | 亚洲精品视频一区 | 欧美久久久网站 | 拍戏被cao翻了h承欢 | 精品美女视频在免费观看 | 91性高湖久久久久久久久_久久99 | 黄色片亚洲 | 一区二区三区四区在线视频 | 久久久久av | 欧美福利三区 | 亚洲男人的天堂网站 | 羞羞羞视频 | 精品久久中文字幕 | 一区二区国产精品 | 亚洲最色视频 | 啪啪av| 欧美精品久久久 | 久久激情五月丁香伊人 | 亚洲一区二区三区视频 | 国产精品中文在线 | 亚洲精品免费视频 | 国产精品不卡一区二区三区 | 免费国产一区二区 | 在线国产小视频 | 日韩av在线免费 | 久久国产精彩视频 | 国产欧美一级二级三级在线视频 | 国产美女永久免费无遮挡 | 国产精品久久久久久久7电影 | av香蕉 | 请别相信他免费喜剧电影在线观看 | 欧美日韩精品一区二区三区四区 | 成人欧美一区二区三区在线观看 | 亚洲成人精品视频 | 久久最新 | 天天干天天操天天看 | 国产色在线| 麻豆av网站 |