[fpc-pascal] has anyone successfully written an app for iOS using Free Pascal and got it approved by Apple Appstore?
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Aug 29 13:04:07 CEST 2013
On 29 Aug 2013, at 11:28, Dennis Poon wrote:
> Just want to make sure this path is plausible before I invest more
> time in it.
Yes, several people/companies have done so. Note that since a couple
of weeks, you have to use FPC 2.7.1 r25325 or later because Apple now
requires that applications are linked as PIE (position-independent
executables), which requires the program to be compiled with PIC
(position-independent code) and earlier FPC versions did not support
that for ARM/Darwin.
Jonas
More information about the fpc-pascal
mailing list