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*
- 3That is pretty annoying. Thank you for your answer.Que20– Que202015-04-16 14:44:47 +00:00Commented Apr 16, 2015 at 14:44
- 3Hi, 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 ?Pham Hoan– Pham Hoan2015-06-22 14:46:09 +00:00Commented Jun 22, 2015 at 14:46
- 2might need update until now ? swift support both framework and static lib now ?Forrest– Forrest2015-09-20 02:26:04 +00:00Commented 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 8Durai Amuthan.H– Durai Amuthan.H2017-03-11 15:26:18 +00:00Commented 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.dip– dip2017-06-11 03:55:44 +00:00Commented Jun 11, 2017 at 3:55
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-swift