Set DYLIB_COMPATIBILITY_VERSION and DYLIB_CURRENT_VERSION.#91
Conversation
|
Hi, Can you provide some details about your build/project setup. |
|
@weichsel well in our case we don't really use In short I only have |
|
@DevAndArtist Thanks for the explanation. The changes look good - Setting those variables to |
|
@weichsel could you make a new release with this change please (0.9.9 preferably)? |
|
I am waiting for 2 additional fixes before merging into |
|
@weichsel any updates on this? |
|
@weichsel any updates? been waiting for this for a while now on master branch |
|
any updates? been waiting for this for a while now on master branch |
|
Need this too! |
|
The changes of this PR are now available in ZIP Foundation 0.9.9 Sorry that it took so long, but the release was blocked by a regression that lead to an endless loop when processing very small data blocks with |
IOS-Pods-DFU-Libraryrecently updated its dependency to useZIPFoundation. In our project we're using Carthage to include that framework, so I also included ZIPFouncation using Carthage. However this results into an error when running the application.After doing some search I found a similar issue in a different project which was solved by setting
DYLIB_COMPATIBILITY_VERSIONandDYLIB_CURRENT_VERSION.Changes proposed in this PR
1to resolve the mentioned incompatibility when building the project using Carthage.Tests performed
Further info for the reviewer