You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
(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.)
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 asdisplayInfo
anddeviceVersion
where duplicates are showing inGBDeviceInfo_iOS.h
andGBDeviceInfo_OSX.h
.The text was updated successfully, but these errors were encountered: