xcode4.3.2無法打iOS 的ad-hoc包

來源:互聯網
上載者:User

今天需要打一個ad-hoc的包,用來在ios裝置上測試,

在xcode中選擇archive,編譯完畢後,自動開啟Origanizer的 Archives選項卡,

裡邊有一項,叫做Archive Type, 顯示的是"generic xcode archive"。

右側只有兩個按鈕,Validate 和Distribute,記得原來還有個share的。

google後,選擇distribute, 發現 只有兩個選擇,並沒有教程說的 save for Enterprise or Ad-Hoc Deployment選項。

去stackoverflow求證,發現了一個設定問題。

在我的工程中,加入了一個library 的xcode工程檔案,需要將引入的這個xcdoe工程檔案中的build setting中的 skip install 設定為YES,重新archive,問題解決。

總結一下,這裡邊有兩個需要注意的地方,

1. xcode4.3.2後的版本,需要打ad-hoc包的時候,沒有了更早的 share 那個button了,需要選擇distribute

2.如果你的工程中,加入了另外的xcode工程檔案,則把引入的工程檔案的build settings中的 skip install設定為yes,但是當前的主工程,要設為NO,

後續的過程就簡單了, 選擇save for Enterprise or Ad-Hoc Deployment

注意了這兩點,基本就ok了。

如果你設定的沒有問題,那麼上文提到的,Archive Type 也就變成了 "ios app archive" 。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.