ChatSecure-iOS icon indicating copy to clipboard operation
ChatSecure-iOS copied to clipboard

Xcode 12 OTRKit build failure

Open brunoabi opened this issue 4 years ago • 6 comments

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

brunoabi avatar Sep 27 '20 16:09 brunoabi

did you ever find a solution for this?

adiracu avatar Nov 24 '20 16:11 adiracu

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.

adiracu avatar Nov 24 '20 16:11 adiracu

I have the same problem. Help!

jack4oahin avatar Dec 24 '20 10:12 jack4oahin

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

surabhi20 avatar Jul 02 '21 12:07 surabhi20

Did you find any solution to this?

ArunaYarra avatar Mar 01 '22 07:03 ArunaYarra

Any solution yet?

hkbullar avatar Mar 08 '22 11:03 hkbullar