mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #346] metadata.h and .c missing from Cocoapod? #279
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#279
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 @jkichline on GitHub (Jul 22, 2021).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/346
Originally assigned to: @jmcnamara on GitHub.
@jmcnamara commented on GitHub (Jul 22, 2021):
I think this may be a known Cocoapod issue. See #337 and the workaround discussed there.
@jkichline commented on GitHub (Jul 22, 2021):
The files are not being downloaded nor are they present with the v1.1.1 of the framework. If I change my Podfile to download the previous version such as v1.0.9, the project compiles properly. It appears to be an issue that has started in v1.1.1. I am working to get the project working on an M1 but have not had issues with libxlsxwriter previously. There appears to be N issue with the pod configuration?
@jmcnamara commented on GitHub (Jul 22, 2021):
Does the issue happen with v1.1.0?
Also, can you try the workaround for the know issue discussed in #337. Namely, try this version of pod:
@jmcnamara commented on GitHub (Jul 23, 2021):
@FrankenApps could you have a look at this issue and see if you can reproduce it.
@FrankenApps commented on GitHub (Jul 25, 2021):
I tried to reproduce this, but failed to do so.
I've upgraded my example project to
1.1.1and it still builds without issues.Both metadata.c and metadata.h are still present.
@jkichline Are you building the project for Catalyst or for iOS?
@jmcnamara commented on GitHub (Jul 25, 2021):
Thanks @FrankenApps
@jkichline can you try @FrankenApps sample app: https://github.com/FrankenApps/LibXlsxWriterSwiftSample and see if it works for you
@jmcnamara commented on GitHub (Jul 26, 2021):
@jkichline any update on this?
@jkichline commented on GitHub (Jul 26, 2021):
I’m reaching out to the cocoapod catalyst support project https://github.com/fermoya/cocoapods-catalyst-support/ https://github.com/fermoya/cocoapods-catalyst-support/
One thing you had mentioned is the version of Cocoapods being used and to install Catalyst support it seems to update Cocoapods and I wonder if that’s causing the incompatibility. Of course the same exact Podfile works on Intel but on M1, event if reverting to an earlier version of the xlsxwriter, a different Cocoapod will trigger and be missing a file so I think it’s an issue with the catalyst support project on the M1 perhaps? I’ll let you know when they get back.
@jmcnamara commented on GitHub (Jul 26, 2021):
Interesting. What is the version number string in the xlsxwriter.h file in your project?
@jkichline commented on GitHub (Jul 27, 2021):
The version that I have installed right now that does work is 1.0.9. If I pod update to the latest version, that is the one that skips the metadata files and that version is 1.1.1
@jmcnamara commented on GitHub (Aug 8, 2021):
I'm going to close this here since I don't think it is a libxlsxwriter pod issue. BTW, there is an new libxlsxwriter pod (1.1.2) out as of today. You can try that to see if it makes any difference.