Skip to content

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.

4 participants