When I compile my app I see a warning message in the output which states:
ignoring unsafe symlink "[...]/MultipadServer.app/Contents/Resources/Corona/palstyleshapes" -\> "../palstyleshapes"
The symlink that Corona is referring to is a shared library between the mobile and desktop parts of the project. It’s very important to me that both use the same code and that I avoid duplicating it. This folder contains images and it seems to be the images which get culled. Is there any way to get around this error?