ChatSecure-iOS
ChatSecure-iOS copied to clipboard
Xcode 12 OTRKit build failure
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
did you ever find a solution for this?
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.
I have the same problem. Help!
Experiencing the same issue on Xcode 12 running on Apple Silicon. Did you find any solution to this?
Did you find any solution to this?
Any solution yet?