sqlcipher / sqlcipher/SQLCipher.swift
Compile xcframework as static library
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 28
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hey guys,
First, thank you.
Would it be possible to compile the xcframework using MACH_O_TYPE=staticlib?
Right now, it’s built as a shared library, which leads to some tricky situations during integration. Building it as a static library would help avoid those issues, and if needed, it can still be used as a dynamic library by wrapping it in a dummy framework.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the project’s xcframework build configuration and checking where MACH_O_TYPE is set. Confirm the resulting xcframework is built as a static library and verify that it can be integrated without the shared-library issues described in the request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system, mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100