Find an IPA file
Development Mode IPA file and publish mode IPA file, the path is different.
Http://www.itnose.net/detail/6101808.html
First, the development model development
You do not need a real machine, you can compile the build file. The generated files are in the Mac virtual machine paserver directory, not in the Windows project folder.
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.
Second, release mode IPA file path adhoc or AppStore
You can also use Delphi to compile an IPA file, which can be found in the Windows Engineering directory.
Http://docwiki.embarcadero.com/RADStudio/Seattle/en/Deploying_Your_iOS_Application_for_Submission_to_the_App_Store
The compile option selects AppStore or adhoc to survive the IPA file.
C:\Users\<user>\Documents\Embarcadero\Studio\Projects\MyProject\iOSDevice64\Release\MyProject.ipa
Got it
Delphi compilation generates IPA file