Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 3
    That is pretty annoying. Thank you for your answer. Commented Apr 16, 2015 at 14:44
  • 3
    Hi, since swift doesn't support static library, how can I prevent my colleagues from reading my code ? (It's about encrypting data, so the fewer people know about it, the better). My app also support ios 7, so I guess I cannot use framework, right ? Commented Jun 22, 2015 at 14:46
  • 2
    might need update until now ? swift support both framework and static lib now ? Commented Sep 20, 2015 at 2:26
  • From objective c project we can create static library but is it possible to create static library from Swift project as of xcode 8 Commented Mar 11, 2017 at 15:26
  • Is there any solution using static library in swift 3, I have a encryption library which has only two .a files on vendors sample (written in objective-c ) is working file, When i tried to use those library with using bridging header, (obviously bridging header configuration is fine as other objective-c libs are working fine on ) , it cannot is throwing error. Any one got solution regarding this issue then kindly post some clue. Commented Jun 11, 2017 at 3:55