[TIMOB-14212] iOS: Non-PIE Binary - The executable is not a Position Independent Executable
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-08-30T04:35:25.000+0000 |
Affected Version/s | Release 3.0.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | ios |
Reporter | Joe Falcone |
Assignee | Eric Merriman |
Created | 2013-05-07T06:57:05.000+0000 |
Updated | 2017-03-22T20:58:36.000+0000 |
Description
I did a build for iTunes Distribution tonight and after validating and submitting my app thru Xcode, I got this email from Apple iTunes (I have substituted my app name with "...").
When I perform the same steps with the previous release of Ti Studio, I don't get this email.
{panel}
From: iTunes Store
Dear developer,
We have discovered one or more issues with your recent delivery for "...". Your delivery was successful, but you may wish to correct the following issues in your next delivery:
Non-PIE Binary - The executable '....app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables.
If you would like to update your binary for this app, you can reject this binary from the Binary Details page in iTunes Connect. Note that rejecting your binary will remove your app from the review queue and the review process will start over from the beginning when you resubmit your binary.
Regards,
The App Store team
{panel}
"Generate Position-Dependent Executable" is not defined in the Titanium Xcode project and thus defaults to "No". In other words, all Titanium iOS apps are position independent executable binaries.
Closing ticket as invalid with reference to the above comments.