So, I follow this Delphi tutorial in the app store view: http://docwiki.embarcadero.com/RADStudio/XE4/en/Deploying_Your_iOS_Application_for_Submission_to_the_App_Store
So, in the Generate application archive file section for your application , he states that he should generate the .ipa file in the project directory + directory from scratch on Mac. But this is not so far as I can judge. Instead, I get the opportunity that Delphi cannot install the library using the parameters defined in my profile.
I have attached a screenshot that shows what I am creating and deploying for release / iosdevice / appstore.

And here is the error I get:

And here are my project options / support:

It is worth mentioning that you need to use / Users / username / Library / MobileDevice / Provisioning Profiles / letters-and-digits.mobileprovision for work , otherwise the scratchdir function is used to search.
And here is the version information:

I used com.example.myname (what you see in xCode - Organizer - Applications ) instead of idcode.com.example (what you see in Xcode - Organizer - Provisioning profiles ) for CFBundleIdentifier . I think this is correct, although not 100% sure?
source share