zoukankan      html  css  js  c++  java
  • delphi 编译生成ipa文件

    找IPA文件

    开发模式ipa文件和发布模式ipa文件,路径不同。

    http://www.itnose.net/detail/6101808.html

    一、开发模式Development

    不需要真机,可以编译生成文件。生成的文件在mac 虚拟机PAServer目录里,windows工程文件夹里没有。

    RAD IDE>Open project>Target Platforms>ios simulator,F9

    mac>Finder/Users/tt/PAServer/scratch-dir/Administator-pp/project1.app

     注意,这里是app文件,用mac里的itunes转换成ipa文件。把app文件拖到itunes里应用项目,然后右键>在Finder中显示,就找到ipa文件了。

    转换方法参考http://www.cnblogs.com/wengzilin/p/4601684.html 方法二。

    go>Application>iTunes

    Finder>menu>go>Enclosing folder>PAServer>scratch-dir>...Administrator..>

    drog & move to iTunes

    select iTunes,drag move to desktop

    ipa  file ok

    copy to VMWare Shared folders

    copy to windows disk/usb ok.

    二、发布模式ipa文件路径adhoc或AppStore

    也可以用delphi编译成ipa文件,在windows工程目录下就能找到。

    http://docwiki.embarcadero.com/RADStudio/Seattle/en/Deploying_Your_iOS_Application_for_Submission_to_the_App_Store

    编译选项选择appstore或者adhoc就会生存ipa文件。

    C:Users<user>DocumentsEmbarcaderoStudioProjectsMyProjectiOSDevice64ReleaseMyProject.ipa

    找到了

    http://www.cnblogs.com/cb168/p/5569594.html

  • 相关阅读:
    中国大概可用NTPserver地址
    ROOT android 原则。 基于(zergRush)
    Struts2他们拦截器实例定义—登陆权限验证
    引用与指针
    address_space 从哪里来
    C++ 可以多个函数声明
    linux下远程管理利器-tmux
    内核空间和用户空间的分界 PAGE_OFFSET
    io端口
    C中程序的内存分配
  • 原文地址:https://www.cnblogs.com/findumars/p/5597294.html
Copyright © 2011-2022 走看看