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

Being unable to install in a objc project, no swift inside. #26

Closed
mobilekosmos opened this issue May 29, 2017 · 2 comments
Closed

Being unable to install in a objc project, no swift inside. #26

mobilekosmos opened this issue May 29, 2017 · 2 comments

Comments

@mobilekosmos
Copy link

I am being unable to add this SDK to my project, I added the pod and run pod install but when trying to call reader open I am getting following warning in the console:

LZMA DEBUG 85: ERROR REASON: - Unsupported archive GUID.

  • Codec was not compiled in or stripped by static linking. Make sure you are using 'use_frameworks!' and/or dynamic linking.

Is there anything else than only adding the pod necessary to be able to run this? I am also not sure about following line in the documentation about "Installation":

Use frameworks (dynamic linking) to include Lzma codecs code in your application.

Does this mean that use_frameworks! MUST be added to the pod file in order for this SDK to work?

@mobilekosmos
Copy link
Author

For others that may read this, the only way to make this pod work was by using use_frameworks! that meant A LOT of changes in my whole project until it compiled.

@tyy
Copy link

tyy commented Apr 8, 2019

have u fix this issue?

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

No branches or pull requests

2 participants