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

Support Swift Package Manager #122

Open
DanielKrofchick opened this issue Feb 25, 2021 · 2 comments
Open

Support Swift Package Manager #122

DanielKrofchick opened this issue Feb 25, 2021 · 2 comments

Comments

@DanielKrofchick
Copy link

The package can be added to a project but it fails when building, giving multiple Property has a previous declaration errors. The errors occur for properties such as displayInfo and deviceVersion where duplicates are showing in GBDeviceInfo_iOS.h and GBDeviceInfo_OSX.h.

@austinlouden
Copy link

I'm able to install via SPM as well, but see the issue:

target 'GBDeviceInfo' has invalid header layout: umbrella header found at .../SourcePackages/checkouts/GBDeviceInfo/GBDeviceInfo/GBDeviceInfo.h', but directories exist next to it: .../SourcePackages/checkouts/GBDeviceInfo/GBDeviceInfo/Supporting Files; consider removing them

@cpsauer
Copy link
Collaborator

cpsauer commented Feb 11, 2023

(I think probably this repo is in more of a self-serve mode. Any chance one of you guys would be willing to toss up a PR? Would do, but I'm currently using via bazel instead of SPM.)

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

No branches or pull requests

3 participants