Created by: robbertvanginkel
Xcode copies the libswift*.dylib
into the Frameworks
folder of the binary bundle when you have a swift dependency. To be able to load these libraries, this requires the LC_RPATH
(controlled in Xcode byLD_RUNPATH_SEARCH_PATHS
) to be set to that folder.