-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unable to Install IGListKit with Swift Package Manager #1557
Comments
I have the same problem in SPM, I have to use the penultimate commit: this works for me! |
Same issue. If I use exact version of 4.0.0, I get an error below:
|
@almeidalf, when I try to add the version that you wrote, I get this alert and can't use it: Are you using IGListKit locally? |
@canbalkaya instead of using branch select commit and add this hash |
The project successfully compiled |
I'm still having a weird bug. Everything compiles and runs but |
Refer to link for the solution |
This worked for me @almeidalf, Thanks |
Apparently they removed the implementation that was giving error. NOTE: commit that solved the problem. |
New issue checklist
README
and documentationGeneral information
IGListKit
version: (main branch)Debug information
# Please include debug logs using the following lldb command: po [IGListDebugger dump]
Installing IGListKit with spm produces the following issue making code unable to compile:
Lexical or Preprocessor Issue
IGListKit/spm/Sources/IGListKit/include/IGListSupplementaryViewSource.h:8:9: 'PikaOptimizationsMacros/PikaOptimizationsMacros.h' file not found
Is there any way to resolve this or install this framework without using carthage or cocoapods?
The text was updated successfully, but these errors were encountered: