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

App using xcframework with Down pod dependency causes crash #187

Closed
1 task done
deathByLiche opened this issue Oct 31, 2019 · 1 comment
Closed
1 task done

App using xcframework with Down pod dependency causes crash #187

deathByLiche opened this issue Oct 31, 2019 · 1 comment

Comments

@deathByLiche
Copy link

Please help prevent duplicate issues before submitting a new one:

  • I've searched other open/closed issues for duplicates before opening up this new issue.

Report

What did you do?

I created an xcframework that has a dependency on Down, then integrated the framework into an app that pulls Down in via Cocoapods.

What did you expect to happen?

I expected to be able to call methods from the framework in the app that relied on Down.

What happened instead?

There is an EXC_BAD_ACCESS crash anytime the app calls a method from the framework that uses Down.

I've successfully integrated a separate xcframwork with a third-party dependency in this way, so I'm guessing this is related to how Down is referencing libcmark.

I've attached two sample projects which demonstrate the issue. The xcframework linked in the TestApp was generated from the TestFramework project by running the build_xcframework shell script included in the folder.

DownTest.zip

@iwasrobbed
Copy link
Collaborator

Apologies @deathByLiche, but this is not the place for help debugging your setup. StackOverflow is a much better forum for that.

Repository owner locked as off-topic and limited conversation to collaborators Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants