Skip to content

Fix Swift Package Manager support - #808

Open
woxtu wants to merge 2 commits into
ccgus:masterfrom
woxtu:fix-spm
Open

Fix Swift Package Manager support#808
woxtu wants to merge 2 commits into
ccgus:masterfrom
woxtu:fix-spm

Conversation

@woxtu

@woxtu woxtu commented Dec 22, 2020

Copy link
Copy Markdown

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

ccgus commented Dec 22, 2020

Copy link
Copy Markdown
Owner

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

@Jeehut

Jeehut commented Feb 16, 2021

Copy link
Copy Markdown

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

@GLinnik21

GLinnik21 commented Apr 15, 2024

Copy link
Copy Markdown

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.

4 participants