System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: b41f1f002edd726885ca42f5f62a1ca94957aa96
Title: Building of libSQLite.Interop.dylib fails on macOS 10.14 + XCode 10
Status: Closed Type: Build_Problem
Severity: Minor Priority: Medium
Subsystem: Build_AndOr_Projects Resolution: Fixed
Last Modified: 2019-02-08 02:15:45
Version Found In: 1.0.109
User Comments:
anonymous added on 2019-02-04 23:13:22: (text/x-fossil-plain)
On macOS 10.14 running ./Setup/compile-interop-assembly.release.sh fails.

The script attempts to build a fat binary and the i386 SDK is no longer available on 10.14. The fix is simply to edit the script to remove the "-arch i386" references.

./Setup/compile-interop-assembly.debug.sh needs the fix too.

mistachkin added on 2019-02-08 02:15:45: (text/x-fossil-plain)
Fixed on trunk via check-in [57ef270232e1039f].