找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>\Documents\Embarcadero\Studio\Projects\MyProject\iOSDevice64\Release\MyProject.ipa

找到了

 

adhoc模式:

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

1、在https://developer.apple.com/account/ios/device/添加要测试的设备UUID,最多支持100台设备。够用了吧。UUID从iTunes软件查看,具体百度。

 

 

2、在上图界面的Provisioning Profiles菜单生成Distribution证书。

posted on 2016-06-08 11:50  lypzxy  阅读(1246)  评论(0编辑  收藏  举报