I'm trying to import a swift file from https://github.com/codestergit/SweetAlert-iOS/blob/master/SweetAlert/SweetAlert.swift into an existing objective-c project.
After adding the file to the project I try to compile (just adding the file without doing anything else) and I get the following build error:
Swift is not supported for static libraries
I'm new to swift, and don't see how this library is marked as static and what I should do to change it and make it compile - I don't need it to be static.
how can I solve this?