2

I have error with lib.o enter image description here

I found a lot of answers to this question . I added -fembed-bitcode in other linker flags

enter image description here

and added -fembed-bitcode in other c flags

enter image description here

in project i added -fembed-bitcode too

enter image description here

But I still get this clang error.

1 Answer 1

2

This actually looks like the lib your using was build without bitcode enabled. To fix this disable bitcode in buildSetting for your project.

https://i.sstatic.net/yHSWb.pngenter image description here

Or get a version with bitcode enabled.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.