delphi 编译生成ipa文件
Posted lypzxy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.ipa
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
找到了
以上是关于delphi 编译生成ipa文件的主要内容,如果未能解决你的问题,请参考以下文章
Delphi iOS - 没有生成 .ipa 文件 - 无法安装库 (e800080)