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
[] I have attempted to reproduce the issue and include an example project.
General information
IGListKit version: This commit from main branch ebbc90961b8162079039eaf869ed447033375a29
iOS version(s): 17.0
CocoaPods/Carthage version: None
Xcode version: 15.0
Devices/Simulators affected: iOS 17 simulator and devices
Reproducible in the demo project? (Yes/No): Haven't tried
Related issues:
Hey guys, just wanted to let you know that I'm no longer able to build my project when using IGListKit from main branch (SPM, commit: ebbc909), Xcode 15. Got a weird linking error with no additional information:
Undefined symbols:
Linker command failed with exit code 1 (use -v to see invocation)
After setting -ld_classic in Other Linking flags parameter in the Linking section I got this:
Undefined symbol: _objectsWithDuplicateIdentifiersRemoved
Linker command failed with exit code 1 (use -v to see invocation)
Took me several hours to track it down to this library, and after using some older commit everything start to work again. I suspect it's probably related to this commit 51a3cb1
Cheers.
The text was updated successfully, but these errors were encountered:
New issue checklist
README
and documentationGeneral information
IGListKit
version: This commit from main branchebbc90961b8162079039eaf869ed447033375a29
Hey guys, just wanted to let you know that I'm no longer able to build my project when using
IGListKit
from main branch (SPM, commit: ebbc909), Xcode 15. Got a weird linking error with no additional information:After setting
-ld_classic
inOther Linking flags
parameter in the Linking section I got this:Took me several hours to track it down to this library, and after using some older commit everything start to work again. I suspect it's probably related to this commit 51a3cb1
Cheers.
The text was updated successfully, but these errors were encountered: