Re: Script to build ECL for iOS using XCode 10 tools?

2019-09-18 Thread Gunter Königsmann
Even of the crash might happen at seemingly random places with a bit of luck a backtrace might provide a hint to the one who know all the inner workings of the program. For example it can tell how far the program came, perhaps accidentally, and how far it didn't come. Additionally to the place

Re: Script to build ECL for iOS using XCode 10 tools?

2019-09-18 Thread PR
On 9/9/19, PR wrote: > never mind, asking around helped (this branch is not cleaned-up, as > the author says, but surely a very good start for somebody willing to > pick up from there): > > https://gitlab.com/embeddable-common-lisp/ecl/blob/arm64-port/ios_build.md ok, so having a working build sc