Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Swift Package Manager support #808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

woxtu
Copy link

@woxtu woxtu commented Dec 22, 2020

Hi,

The current release installed via SPM cannot import headers as follows:

#import <FMDB/FMDB.h>

This PR creates the public headers directory to fix that.

@ccgus
Copy link
Owner

ccgus commented Dec 22, 2020

Why not import them via #import "FMDB.h", or just what is needed?

@Jeehut
Copy link

Jeehut commented Feb 16, 2021

I import via @import FMDB;, did you try that.

@GLinnik21
Copy link

GLinnik21 commented Apr 15, 2024

Why not import them via #import "FMDB.h", or just what is needed?

I think because the #import syntax is inconsistent between SPM and CocoaPods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants