We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed Hero via SPM and then was not able to actually build the project. See screenshot below.
The project should be able to build, however, there are multiple issues throughout the project when integrating via SPM.
Hero Version: 1.6.0
iOS Version(s): iOS 14.4
Devices/Simulators: iPhone 12 Pro Max
Reproducible in Examples? (Yes/No): Yes
test.zip
The text was updated successfully, but these errors were encountered:
SPM is strange with imports. Probably need to add missing import Foundation, import CoreGraphics.
import Foundation
import CoreGraphics
I had added a bunch and it was building with SPM before my merge. I'll check out your sample project, thanks.
Sorry, something went wrong.
fixes #704 SPM missing imports
6c18811
Signed-off-by: Joe Mattiello <mail@joemattiello.com>
@joshwoods Can you point your SPM config to branch feature/704_SPM_Fixes and see if it's fixed please.
feature/704_SPM_Fixes
I was having the same issue but was able to build with SPM using feature/704_SPM_Fixes
678db91
JoeMatt
Successfully merging a pull request may close this issue.
What did you do?
Installed Hero via SPM and then was not able to actually build the project. See screenshot below.
What did you expect to happen?
The project should be able to build, however, there are multiple issues throughout the project when integrating via SPM.
What happened instead?
General Information
Hero Version:
1.6.0
iOS Version(s):
iOS 14.4
Devices/Simulators:
iPhone 12 Pro Max
Reproducible in Examples? (Yes/No):
Yes
Demo Project
test.zip
The text was updated successfully, but these errors were encountered: