You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2021. It is now read-only.
// Copyright (c) 2013 Whipple. Tom. All rights reserved.
//
// Hack around runtime errors of the form:
// > Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
// > strerror$UNIX2003 called from function gpg_strerror in image GPGWrapper.
// See https://developer.apple.com/library/mac/releasenotes/Darwin/SymbolVariantsRelNotes/index.html for background.
// THIS IS VERY MUCH A HACK SOLUTION! Probably the best thing to do is figure out how to adjust the library compile settings to not try to conform to the UNIX2003 standard. But, until then...
// inspired by http://stackoverflow.com/questions/12152416/attempt-to-call-symbol-that-is-not-present-in-system-libraries-llvm-gcda-start