mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 22:02:06 -06:00
[GH-ISSUE #259] Unable to compile code with Cocoapods version 0.9.0 #207
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sunkumar on GitHub (Dec 27, 2019).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/259
Originally assigned to: @jmcnamara on GitHub.
Dear Team,
Today I have updated code with version 0.9.0 and it stop compiling code via Xcode 11.2.1.
It is working fine with version 0.8.9 pod version. Below are the message I am getting
Undefined symbol: _MD5_Init
Undefined symbol: _MD5_Update
Undefined symbol: _MD5_Final
@jmcnamara commented on GitHub (Dec 27, 2019):
Thanks for the report. I see the issue. I'll fix it soon and push a new version.
@jmcnamara commented on GitHub (Dec 27, 2019):
I've pushed version 0.9.1 to the Cocoapods repository. Can you try it again.
@sunkumar commented on GitHub (Dec 30, 2019):
Thanks Its working now!