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

Unable to build project using Xcode 15: Undefined symbols #1592

Open
2 tasks done
jurex opened this issue Oct 9, 2023 · 0 comments
Open
2 tasks done

Unable to build project using Xcode 15: Undefined symbols #1592

jurex opened this issue Oct 9, 2023 · 0 comments

Comments

@jurex
Copy link

jurex commented Oct 9, 2023

New issue checklist

  • I have reviewed the README and documentation
  • I have searched existing issues and this is not a duplicate
  • [] 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.

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

1 participant