找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