Skip to content

Conversation

@fumito-ito
Copy link
Contributor

Older PINCache causes runtime erorr sometimes.
To avoid this problem, set newer version of PINCache.

refs: TextureGroup/Texture#769

Older PINCache causes runtime erorr sometimes.
To avoid this problem, set version of PINCache.

refs: TextureGroup/Texture#769
@fumito-ito fumito-ito requested a review from dangthaison91 April 4, 2018 00:07
@dangthaison91
Copy link
Collaborator

Is there some new feature of new PinCache version you like to use @fumito-ito ? I not specified dependencies version so users can choose the version they want.

@fumito-ito
Copy link
Contributor Author

@dangthaison91 No. According to TextureGroup/Texture#769, the runtime error dyld: Symbol not found: _PINDiskCachePrefix occurs when using Texture with Carthage. I also have experienced it in my project. To resolve this issue, we can use PINCache 3.0.1-beta.6 or later, not latest release version 2.6.

Cartfile Outdated

github "RxSwiftCommunity/RxDataSources"
github "texturegroup/texture"
github "pinterest/PINCache" "3.0.1-beta.6"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we allow user use version 3.0 or later by using ~> 1.0 or >= 1.0

Copy link
Contributor Author

@fumito-ito fumito-ito Apr 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be better than mine. I fixed it.

with submodule reference
@dangthaison91 dangthaison91 merged commit 4240e8e into RxSwiftCommunity:master Apr 24, 2018
@fumito-ito fumito-ito deleted the feature-update-pincache branch April 24, 2018 03:25
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.

2 participants