dropbox / dropbox/SwiftyDropbox
@import SwiftyDropboxObjC creates errors with Bridging headers.
- Dominant language
- Swift
- Stars
- 721
- Forks
- 218
- PR merge metrics
- No merged PRs in 30d
Description
I imported SwiftyDropbox into my project via SPM. Migrating from dropbox-sdk-obj-c and made necessary code changes, which worked.
It will work fine until you include a header file importing SwiftyDropboxObjC in a bridging header.
@import SwiftyDropboxObjC <- module not found
If the plan is deprecate dropbox-sdk-obj-c it would be ideal to fix this to work with hybrid objc/swift projects. I haven't tried it in cocoapods which is not a solution I want.
I've included a sample project.
[dropbox.zip](https://github.com/user-attachments/files/16117819/dropbox.zip)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.