Some Quicklisp libraries (like :cl-fad) simply crash on iOS
A user of CL REPL on iOS reported that trying to load :cl-fad
via Quicklisp simply crashes the app.
In the process of investigating the issue, I found that adding :cl-fad
as an already cross-compiled library works without problems, so it seems to be related to running ASDF on the device.
Edited by P. Ruetz