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

Xcode 12 OTRKit build failure #1216

Open
brunoabi opened this issue Sep 27, 2020 · 6 comments
Open

Xcode 12 OTRKit build failure #1216

brunoabi opened this issue Sep 27, 2020 · 6 comments

Comments

@brunoabi
Copy link

Hi,

I was recently trying to build Chat Secure but had the following error after upgrading to Xcode 12.
Error occurred when building dependency OTRKit

error: unable to find any architecture information in the binary at '/Users/admin/dev/ChatSecure-iOS/Submodules/OTRKit/scripts/built/archives/iOS-Simulator.xcarchive/Products/Library/Frameworks/OTRKit.framework/OTRKit': Unknown header: 0xb17c0de

Could you help?

Thanks

@adiracu
Copy link

adiracu commented Nov 24, 2020

did you ever find a solution for this?

@adiracu
Copy link

adiracu commented Nov 24, 2020

After further digging, looks like "b17c0de" stands for "bitcode" in hex.

It wants to signify that the built library (OTRKit - or one of its containing object files) does not contain bitcode, because it's missing that "b17c0de" magic number in its header.

@jack4oahin
Copy link

I have the same problem. Help!

@surabhi20
Copy link

Experiencing the same issue on Xcode 12 running on Apple Silicon. Did you find any solution to this?

@ArunaYarra
Copy link

Did you find any solution to this?

@hkbullar
Copy link

hkbullar commented Mar 8, 2022

Any solution yet?

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

6 participants