Posts

Post marked as solved
7 Replies
3.3k Views
I am trying to write a Quick Look plugin with Swift. I am able to build successfully by change the .c to .m. However, I couldn't find a way to let the swift dylibs loaded. I pointed the runpath to @load_path/../Frameworks but it kept on "being ignored in restricted program because it is a relative path". Does that mean I am not able to build a quick look plugin in Swift?
Posted Last updated
.