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

Bump up IGListKit version #1749

Merged
merged 1 commit into from
Dec 28, 2019
Merged

Conversation

ay8s
Copy link
Collaborator

@ay8s ay8s commented Dec 19, 2019

Ran ASKGram without any issues with IGListKit v4.0. #1747

@rahul-malik rahul-malik merged commit 4596a0f into TextureGroup:master Dec 28, 2019
@varyP
Copy link

varyP commented Jan 2, 2020

@ay8s

I get Undefined symbol: _IGListDiff

Undefined symbols for architecture arm64:
  "_IGListDiff", referenced from:
      -[ASLayoutTransition calculateSubnodeOperationsIfNeeded] in ASLayoutTransition.o
     (maybe you meant: __OBJC_PROTOCOL_$_IGListDiffable, __OBJC_LABEL_PROTOCOL_$_IGListDiffable )
ld: symbol(s) not found for architecture arm64

More details : https://asyncdisplaykit.slack.com/archives/C0V63R86T/p1577939568008700

@jparise
Copy link
Member

jparise commented Jan 3, 2020

@nguyenhuy is working on the _IGListDiff symbol error.

nguyenhuy added a commit to nguyenhuy/Texture that referenced this pull request Jan 3, 2020
- In IGListDiff is no longer part of IGListKit as of 4.0. It has its own podspec now. After bumping our IGListKit dependency of our subspec, we got an "Undefined symbol: _IGListDiff" error which breaks podspec linting CI job (as well as some of our clients as reported in TextureGroup#1749).
- To fix it, we can either remove the IGListDiff dependency since it's used once in the entire project, or link to IGListDiffKit. I opt for the latter because I imagine many IGListKit users would have IGListDiffKit anyway so we can still take advantage of it (it's faster than our built in diffing algorithm). Plus, it's not a big dependency.
nguyenhuy added a commit that referenced this pull request Jan 3, 2020
- In IGListDiff is no longer part of IGListKit as of 4.0. It has its own podspec now. After bumping our IGListKit dependency of our subspec, we got an "Undefined symbol: _IGListDiff" error which breaks podspec linting CI job (as well as some of our clients as reported in #1749).
- To fix it, we can either remove the IGListDiff dependency since it's used once in the entire project, or link to IGListDiffKit. I opt for the latter because I imagine many IGListKit users would have IGListDiffKit anyway so we can still take advantage of it (it's faster than our built in diffing algorithm). Plus, it's not a big dependency.
nguyenhuy added a commit that referenced this pull request Feb 21, 2020
nguyenhuy added a commit that referenced this pull request Feb 21, 2020
- This reverts cfaa55c ("Link to IGListDiffKit in our IGListKit subspec (#1756)") and 4596a0f ("Bump up IGListKit version (#1749)").
rqueue pushed a commit that referenced this pull request Mar 2, 2020
- This reverts cfaa55c ("Link to IGListDiffKit in our IGListKit subspec (#1756)") and 4596a0f ("Bump up IGListKit version (#1749)").
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

Successfully merging this pull request may close these issues.

None yet

4 participants