Forum > iPhone/iPad

iOS application

(1/1)

p.leeflang:
What should I do with Lazarus IDE to compile ios programs.
Is there a video from the year 2020 how to do this?

And what to do with the following mistake:
lclintf.pas(52,28) Fatal: Cannot find CocoaAll used by LCLIntf of package LCLBase.

Jonas Maebe:
Lazarus does not support targeting iOS, at least not using the LCL (you can compile iOS programs using Lazarus by just using Lazarus as an IDE to compile and build code that uses the standard FPC units). Additionally, FPC currently does not ship the CocoaAll unit for iOS. This is a remnant of the past where Apple forbade the distribution of any derivatives of the iOS SDKs. That could be changed now, although such a CocoaAll unit would be largely untested.

Navigation

[0] Message Index

Go to full version