zoukankan      html  css  js  c++  java
  • Xcode 4.5 生成Ad Hoc Profile



    Add Ad Hoc configuration by duplicating release (You can do that by pressing + sign) )


    You need to add distribution signing profile for Ad Hoc as well as Release.


    Now on top left corner of your XCode screen. Click on project Name like here I click on MIMChartLIb




    I get popup like this.Click on Edit Scheme.





    Go to Archieve(Highlighted cell on left tableview). On right side,Change Build Configuration to Ad Hoc.Click OK.



    Now go to Product > Archive




    After sometime, Organiser window will open displaying Archive. If not, You can open Organiser from Xcode Menu: Window>Organiser.





    Clicking on Distribute button on previous screen, opens this. Choose second option here.
    Next it asks for Code Signing Identity, Choose your Ad-Hoc distribution profile.


    It will ask you to sign with the key Click Allow or Always Allow.



    After sometime, it will ask you where to save your .ipa file. Thats it ! You select your location and click Save.


    参考

  • 相关阅读:
    Libvirt错误总结
    linux学习
    HMC 命令行登陆设置
    AIX扩VG和扩文件系统
    Bootstrap CSS2
    Bootstrap CSS
    JQuery的实例集合
    JQuery的noConflict()方法
    android的intent实现页面的跳转
    android的activity
  • 原文地址:https://www.cnblogs.com/iosdev/p/2711374.html
Copyright © 2011-2022 走看看